Index: /branches/eam_branches/Ohana.20100606/src/tools/src/ftable.c
===================================================================
--- /branches/eam_branches/Ohana.20100606/src/tools/src/ftable.c	(revision 28238)
+++ /branches/eam_branches/Ohana.20100606/src/tools/src/ftable.c	(revision 28239)
@@ -358,5 +358,5 @@
 	  if (!strcmp (type, "int64_t")) {
 	    memcpy (line, &data[i*Nv*Nb + Nb*j], Nb);
-	    fprintf (stdout, OFF_T_FMT" ",  *(int64_t*)line);
+	    fprintf (stdout, "%lld ",  *(int64_t*)line);
 	  }
 	  if (!strcmp (type, "float")) {
