Index: trunk/psModules/src/camera/pmFPAfile.c
===================================================================
--- trunk/psModules/src/camera/pmFPAfile.c	(revision 7727)
+++ trunk/psModules/src/camera/pmFPAfile.c	(revision 8669)
@@ -218,5 +218,5 @@
     }
     if (view->chip >= in->chips->n) {
-        psError(PS_ERR_IO, true, "Requested chip == %d >= in->chips->n == %d", view->chip, in->chips->n);
+        psError(PS_ERR_IO, true, "Requested chip == %d >= in->chips->n == %ld", view->chip, in->chips->n);
         return false;
     }
@@ -229,5 +229,5 @@
     }
     if (view->cell >= inChip->cells->n) {
-        psError(PS_ERR_IO, true, "Requested cell == %d>= inChip->cells->n == %d",
+        psError(PS_ERR_IO, true, "Requested cell == %d>= inChip->cells->n == %ld",
                 view->cell, inChip->cells->n);
         return false;
@@ -261,5 +261,5 @@
     }
     if (view->chip >= in->chips->n) {
-        psError(PS_ERR_IO, true, "Requested chip == %d >= in->chips->n == %d", view->chip, in->chips->n);
+        psError(PS_ERR_IO, true, "Requested chip == %d >= in->chips->n == %ld", view->chip, in->chips->n);
         return false;
     }
@@ -272,5 +272,5 @@
     }
     if (view->cell >= inChip->cells->n) {
-        psError(PS_ERR_IO, true, "Requested cell == %d>= inChip->cells->n == %d",
+        psError(PS_ERR_IO, true, "Requested cell == %d>= inChip->cells->n == %ld",
                 view->cell, inChip->cells->n);
         return false;
