From 969f6437c47d1d4428a501542df614d1213ae811 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Sun, 16 Dec 2007 22:06:51 +0100 Subject: handle the case when the birthday is unknown --- skype/skype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3