Changeset 6415
- Timestamp:
- Feb 9, 2006, 3:47:48 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxframes.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxframes.c
r6341 r6415 82 82 config->where, MAX_ROWS); \ 83 83 if (!exposures) { \ 84 psError(PS_ERR_UNKNOWN, false, "no exptyperows found"); \84 psError(PS_ERR_UNKNOWN, false, "no " #exptype " rows found"); \ 85 85 \ 86 86 return NULL; \ … … 101 101 psFree(where); \ 102 102 if (!images) { \ 103 psError(PS_ERR_UNKNOWN, false, "no imfiletyperows found"); \103 psError(PS_ERR_UNKNOWN, false, "no " #imfiletype " rows found"); \ 104 104 psFree(allFrames); \ 105 105 \
Note:
See TracChangeset
for help on using the changeset viewer.
