- Timestamp:
- 2008-01-24T22:22:46Z (17 years ago)
- Branches:
- master
- Children:
- b5c8a34
- Parents:
- a882d6c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/oscar.c
ra882d6c r613cc55 2273 2273 char date[30]; 2274 2274 struct tm tm; 2275 memset(&tm, 0, sizeof(struct tm)); 2275 2276 tm.tm_mday = (int)info->birthday; 2276 2277 tm.tm_mon = (int)info->birthmonth-1;
Note: See TracChangeset
for help on using the changeset viewer.