Index: trunk/psModules/src/camera/pmFPAfileDefine.c
===================================================================
--- trunk/psModules/src/camera/pmFPAfileDefine.c	(revision 12890)
+++ trunk/psModules/src/camera/pmFPAfileDefine.c	(revision 13451)
@@ -5,5 +5,5 @@
 #include <stdio.h>
 #include <string.h>
-#include <strings.h>		/* for strn?casecmp */
+#include <strings.h>            /* for strn?casecmp */
 #include <pslib.h>
 
@@ -90,16 +90,4 @@
     psFree (file);
     return (file);
-}
-
-// Check the various levels for file operations to make sure that they are suitable based on the format
-static void adjustLevels(pmFPAfile *file, // File for which to adjust levels
-                         const psMetadata *format // Format to use to adjust levels
-                        )
-{
-    assert(file);
-    assert(format);
-
-
-    return;
 }
 
@@ -218,6 +206,4 @@
         }
     }
-    adjustLevels(file, format);
-
 
     // add argument-supplied OUTPUT name to this file
@@ -447,4 +433,7 @@
     if (file->type == PM_FPA_FILE_PSF) {
         file->filerule = psStringCopy (infiles->data[0]);
+        if (found) {
+            *found = true;
+        }
         return file;
     }
