Changeset 10231 for trunk/ippTools/src/pxinject.c
- Timestamp:
- Nov 28, 2006, 12:06:30 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxinject.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxinject.c
r10115 r10231 126 126 return false; 127 127 } 128 dateobs = psTimeFromISO(dateobsStr, PS_TIME_UTC); 128 // pass through NULL as this is an optional field 129 if (dateobsStr) { 130 dateobs = psTimeFromISO(dateobsStr, PS_TIME_UTC); 131 } else { 132 dateobs = NULL; 133 } 134 129 135 } 130 136
Note:
See TracChangeset
for help on using the changeset viewer.
