Changeset 613cc55 for protocols


Ignore:
Timestamp:
2008-01-24T22:22:46Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
b5c8a34
Parents:
a882d6c
Message:

Fixed two valgrind warnings (partially uninitialized "struct tm" vars.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/oscar/oscar.c

    ra882d6c r613cc55  
    22732273                char date[30];
    22742274                struct tm tm;
     2275                memset(&tm, 0, sizeof(struct tm));
    22752276                tm.tm_mday = (int)info->birthday;
    22762277                tm.tm_mon = (int)info->birthmonth-1;
Note: See TracChangeset for help on using the changeset viewer.