Changeset 14590 for trunk/Ohana/src/opihi/lib.shell/timeformat.c
- Timestamp:
- Aug 21, 2007, 2:10:20 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/timeformat.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/timeformat.c
r7917 r14590 7 7 *TimeReference = 0; 8 8 if ((p = get_variable ("TIMEREF")) != (char *) NULL) { 9 if (! str_to_time (p, TimeReference)) {9 if (!ohana_str_to_time (p, TimeReference)) { 10 10 gprint (GP_ERR, "error in TIME_REF format\n"); 11 11 return (FALSE);
Note:
See TracChangeset
for help on using the changeset viewer.
