Changeset 11687 for trunk/psModules/src/camera/pmFPARead.c
- Timestamp:
- Feb 7, 2007, 1:58:17 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPARead.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPARead.c
r11624 r11687 138 138 } 139 139 } else { 140 psAbort( __func__,"Read direction can only be 1 (rows) or 2 (cols).\n");140 psAbort("Read direction can only be 1 (rows) or 2 (cols).\n"); 141 141 } 142 142 … … 204 204 break; 205 205 default: 206 psAbort( __func__,"Unknown read type: %x\n", type);206 psAbort("Unknown read type: %x\n", type); 207 207 } 208 208 … … 258 258 break; 259 259 default: 260 psAbort( __func__,"Unknown read type: %x\n", type);260 psAbort("Unknown read type: %x\n", type); 261 261 } 262 262
Note:
See TracChangeset
for help on using the changeset viewer.
