Index: /branches/eam_branches/ipp-20140904/Ohana/src/dvopsps/src/insert_detections_dvopsps_catalog.c
===================================================================
--- /branches/eam_branches/ipp-20140904/Ohana/src/dvopsps/src/insert_detections_dvopsps_catalog.c	(revision 37756)
+++ /branches/eam_branches/ipp-20140904/Ohana/src/dvopsps/src/insert_detections_dvopsps_catalog.c	(revision 37757)
@@ -239,7 +239,8 @@
   }
 
-  PrintIOBuffer (buffer, "(%lu, ", detection->objID);	    // objID
-  PrintIOBuffer (buffer,  "%lu, ", detection->detectID);    // detectID
-  PrintIOBuffer (buffer,  "%lu, ", detection->ippObjID);    // ippObjID
+  // XXX I needed OFF_T_FMT on my 32bit ubuntu laptop; ok on 64bit?
+  PrintIOBuffer (buffer, "("OFF_T_FMT", ", detection->objID);	    // objID
+  PrintIOBuffer (buffer,  OFF_T_FMT", ", detection->detectID);    // detectID
+  PrintIOBuffer (buffer,  OFF_T_FMT", ", detection->ippObjID);    // ippObjID
   PrintIOBuffer (buffer,  "%u,  ", detection->ippDetectID); // ippDetectID
   PrintIOBuffer (buffer,  "%d,  ", detection->imageID);	    // imageID
Index: /branches/eam_branches/ipp-20140904/Ohana/src/dvopsps/src/insert_objects_dvopsps_catalog.c
===================================================================
--- /branches/eam_branches/ipp-20140904/Ohana/src/dvopsps/src/insert_objects_dvopsps_catalog.c	(revision 37756)
+++ /branches/eam_branches/ipp-20140904/Ohana/src/dvopsps/src/insert_objects_dvopsps_catalog.c	(revision 37757)
@@ -256,5 +256,5 @@
 // XXX this bit could/should be autocoded...
   PrintIOBuffer (ave_buffer, " (");
-  PrintIOBuffer (ave_buffer, "%lu, ", average->extID);          
+  PrintIOBuffer (ave_buffer, OFF_T_FMT", ", average->extID);          
   PrintIOBuffer (ave_buffer, "%u,  ", average->objID);          
   PrintIOBuffer (ave_buffer, "%u,  ", average->catID);          
