aboutsummaryrefslogtreecommitdiffstats
path: root/skype
diff options
context:
space:
mode:
Diffstat (limited to 'skype')
-rw-r--r--skype/skype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/skype/skype.c b/skype/skype.c
index 0bbfbcb1..2fcff1e3 100644
--- a/skype/skype.c
+++ b/skype/skype.c
@@ -375,7 +375,7 @@ static gboolean skype_read_callback( gpointer data, gint fd, b_input_condition c
}
if(sd->info_birthday)
{
- if(strlen(sd->info_birthday))
+ if(strlen(sd->info_birthday) && strcmp(sd->info_birthday, "0"))
{
char ib[256];
struct tm tm;