Index: /branches/eam_branches/ipp-20101205/Ohana/src/getstar/src/MatchCoords.c
===================================================================
--- /branches/eam_branches/ipp-20101205/Ohana/src/getstar/src/MatchCoords.c	(revision 30959)
+++ /branches/eam_branches/ipp-20101205/Ohana/src/getstar/src/MatchCoords.c	(revision 30960)
@@ -54,5 +54,5 @@
 
         
-        if (VERBOSE) fprintf(stderr, "%ld %8.1f %8.1f %s\n", i, x, y, dbImages[i].name);
+        if (VERBOSE) fprintf(stderr, OFF_T_FMT" %8.1f %8.1f %s\n", i, x, y, dbImages[i].name);
 
         if ((x >= xmin && x <= xmax) && (y >= ymin && y <= ymax)) {
