Changeset 6162 for trunk/ippTools/src/p2searchPendingFrames.c
- Timestamp:
- Jan 21, 2006, 9:17:41 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/p2searchPendingFrames.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/p2searchPendingFrames.c
r6157 r6162 108 108 } 109 109 110 if (where->list->n < 1) { 111 psFree(where); 112 where = NULL; 113 } 114 110 115 psArray *imfiles = p2PendingImfileSelectRowObjects(config->database, where, 111 116 MAX_ROWS); 112 117 psFree(where); 118 if (!imfiles) { 119 psError(PS_ERR_UNKNOWN, false, "no rawScienceExp rows found"); 120 121 return NULL; 122 } 113 123 114 124 return imfiles;
Note:
See TracChangeset
for help on using the changeset viewer.
