Changeset 41638 for trunk/Ohana/src/libdvo
- Timestamp:
- Jun 4, 2021, 10:48:33 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libdvo/src/convert.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libdvo/src/convert.c
r40549 r41638 85 85 struct tm time; 86 86 87 time.tm_hour = 0; 88 time.tm_min = 0; 89 time.tm_sec = 0; 90 87 91 p = strptime (string, "%H:%M:%S", &time); 88 92 if (p != NULL) goto valid;
Note:
See TracChangeset
for help on using the changeset viewer.
