Changeset 816 for branches/client-2.1/src/ndpsmb.c
- Timestamp:
- Sep 24, 2013, 5:37:22 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/client-2.1/src/ndpsmb.c
r813 r816 62 62 struct tm gmtime = { 0 }; 63 63 64 debug_printf( "fsphDosDateToUnixTime time %02d:%02d \n", ftime.hours, ftime.minutes);64 debug_printf( "fsphDosDateToUnixTime time %02d:%02d:%02d\n", ftime.hours, ftime.minutes, ftime.twosecs*2); 65 65 gmtime.tm_mday = fdate.day; 66 66 gmtime.tm_mon = fdate.month-1; … … 80 80 *time += 3600; 81 81 } 82 debug_printf( "fsphDosDateToUnixTime time2 %d %s", *time, ctime( (time_t*)time)); 82 83 #endif 83 debug_printf( "fsphDosDateToUnixTime time2 %d %s", *time, ctime( (time_t*)time));84 84 } 85 85
Note:
See TracChangeset
for help on using the changeset viewer.