Changeset 13451
- Timestamp:
- May 21, 2007, 2:37:57 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfileDefine.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfileDefine.c
r12890 r13451 5 5 #include <stdio.h> 6 6 #include <string.h> 7 #include <strings.h> /* for strn?casecmp */7 #include <strings.h> /* for strn?casecmp */ 8 8 #include <pslib.h> 9 9 … … 90 90 psFree (file); 91 91 return (file); 92 }93 94 // Check the various levels for file operations to make sure that they are suitable based on the format95 static void adjustLevels(pmFPAfile *file, // File for which to adjust levels96 const psMetadata *format // Format to use to adjust levels97 )98 {99 assert(file);100 assert(format);101 102 103 return;104 92 } 105 93 … … 218 206 } 219 207 } 220 adjustLevels(file, format);221 222 208 223 209 // add argument-supplied OUTPUT name to this file … … 447 433 if (file->type == PM_FPA_FILE_PSF) { 448 434 file->filerule = psStringCopy (infiles->data[0]); 435 if (found) { 436 *found = true; 437 } 449 438 return file; 450 439 }
Note:
See TracChangeset
for help on using the changeset viewer.
