Changeset 158 in libcf
- Timestamp:
- 11/26/13 09:29:16 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/cf_util.c
r154 r158 112 112 gettimeofday (&timeVal, NULL); 113 113 timebuf = localtime ((const time_t *)&timeVal.tv_sec); 114 if (timebuf == NULL) 115 return CF_ERROR_UTIL_GET_LOCALTIME; 114 116 115 117 dt->year = timebuf->tm_year + 1900;
Note:
See TracChangeset
for help on using the changeset viewer.