Changeset 969f643


Ignore:
Timestamp:
2007-12-16T21:06:51Z (16 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
9834597
Parents:
33cac97
Message:

handle the case when the birthday is unknown

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/skype.c

    r33cac97 r969f643  
    376376                                        if(sd->info_birthday)
    377377                                        {
    378                                                 if(strlen(sd->info_birthday))
     378                                                if(strlen(sd->info_birthday) && strcmp(sd->info_birthday, "0"))
    379379                                                {
    380380                                                        char ib[256];
Note: See TracChangeset for help on using the changeset viewer.