Mercurial > pidgin-twitter
changeset 145:f220da0c089e
screen_name should be initialized.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Thu, 24 Jul 2008 06:26:42 +0900 |
parents | bef8f96ce8f2 |
children | 62b90f3b0b8a |
files | pidgin-twitter.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin-twitter.c Wed Jul 23 17:09:59 2008 +0900 +++ b/pidgin-twitter.c Thu Jul 24 06:26:42 2008 +0900 @@ -945,7 +945,7 @@ /* Add screen_name if the current message is posted by owner */ if (flags & PURPLE_MESSAGE_SEND) { gchar *m = NULL; - const char *screen_name; + const char *screen_name = NULL; switch(service) { case twitter_service: