Changeset 14590 for trunk/Ohana/src/opihi/pantasks/task_trange.c
- Timestamp:
- Aug 21, 2007, 2:10:20 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/task_trange.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/task_trange.c
r8192 r14590 69 69 /* this test does not fail sufficiently robustly for invalid inputs */ 70 70 /* test for YYYY/MM/DD - both must match */ 71 if ( str_to_time (argv[1], &range.start)) {72 if (! str_to_time (argv[2], &range.stop)) {71 if (ohana_str_to_time (argv[1], &range.start)) { 72 if (!ohana_str_to_time (argv[2], &range.stop)) { 73 73 gprint (GP_ERR, "invalid date/time %s\n", argv[2]); 74 74 goto usage;
Note:
See TracChangeset
for help on using the changeset viewer.
