Changeset 3898 for trunk/src/wininet/utility.c
- Timestamp:
- Jul 29, 2000, 4:10:09 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wininet/utility.c
r2624 r3898 1 /* 1 /* $Id: utility.c,v 1.2 2000-07-29 14:10:09 bird Exp $ 2 * 2 3 * Wininet - Utility functions 3 4 * … … 38 39 //Assert that the string is the expected length 39 40 if (tmpChar[TIME_STRING_LEN] != '\0') 40 { 41 { 41 42 tmpChar[TIME_STRING_LEN] = '\0'; 42 43 FIXME("\n"); … … 59 60 SystemTime.tm_min = atoi(tmpChar+20); 60 61 SystemTime.tm_sec = atoi(tmpChar+23); 61 62 62 63 //and month 63 64 tmpChar2 = tmpChar + 8;
Note:
See TracChangeset
for help on using the changeset viewer.