Changeset 582 for pjproject/trunk/pjlib/src/pj/file_access_win32.c
- Timestamp:
- Jul 3, 2006 3:19:31 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/file_access_win32.c
r181 r582 143 143 // return PJ_RETURN_OS_ERROR(GetLastError()); 144 144 145 pj_ memset(&pt, 0, sizeof(pt));145 pj_bzero(&pt, sizeof(pt)); 146 146 pt.year = localTime.wYear; 147 147 pt.mon = localTime.wMonth-1;
Note: See TracChangeset
for help on using the changeset viewer.