Changeset 8669 for trunk/psModules/src/camera/pmFPACopy.c
- Timestamp:
- Aug 29, 2006, 11:39:44 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPACopy.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPACopy.c
r8246 r8669 289 289 psArray *sourceCells = source->cells; // The source cells 290 290 if (targetCells->n != sourceCells->n) { 291 psError(PS_ERR_IO, true, "Number of source cells (% d) differs from the number of target cells (%d)\n",291 psError(PS_ERR_IO, true, "Number of source cells (%ld) differs from the number of target cells (%ld)\n", 292 292 sourceCells->n, targetCells->n); 293 293 return false; … … 326 326 psArray *sourceChips = source->chips; // The source chips 327 327 if (targetChips->n != sourceChips->n) { 328 psError(PS_ERR_IO, true, "Number of source chips (% d) differs from the number of target chips (%d)\n",328 psError(PS_ERR_IO, true, "Number of source chips (%ld) differs from the number of target chips (%ld)\n", 329 329 sourceChips->n, targetChips->n); 330 330 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
