Changeset 8669 for trunk/psModules/src/camera/pmFPAfile.c
- Timestamp:
- Aug 29, 2006, 11:39:44 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfile.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfile.c
r7727 r8669 218 218 } 219 219 if (view->chip >= in->chips->n) { 220 psError(PS_ERR_IO, true, "Requested chip == %d >= in->chips->n == % d", view->chip, in->chips->n);220 psError(PS_ERR_IO, true, "Requested chip == %d >= in->chips->n == %ld", view->chip, in->chips->n); 221 221 return false; 222 222 } … … 229 229 } 230 230 if (view->cell >= inChip->cells->n) { 231 psError(PS_ERR_IO, true, "Requested cell == %d>= inChip->cells->n == % d",231 psError(PS_ERR_IO, true, "Requested cell == %d>= inChip->cells->n == %ld", 232 232 view->cell, inChip->cells->n); 233 233 return false; … … 261 261 } 262 262 if (view->chip >= in->chips->n) { 263 psError(PS_ERR_IO, true, "Requested chip == %d >= in->chips->n == % d", view->chip, in->chips->n);263 psError(PS_ERR_IO, true, "Requested chip == %d >= in->chips->n == %ld", view->chip, in->chips->n); 264 264 return false; 265 265 } … … 272 272 } 273 273 if (view->cell >= inChip->cells->n) { 274 psError(PS_ERR_IO, true, "Requested cell == %d>= inChip->cells->n == % d",274 psError(PS_ERR_IO, true, "Requested cell == %d>= inChip->cells->n == %ld", 275 275 view->cell, inChip->cells->n); 276 276 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
