Index: /branches/eam_branches/20091201/Ohana/src/tools/src/ftable.c
===================================================================
--- /branches/eam_branches/20091201/Ohana/src/tools/src/ftable.c	(revision 26715)
+++ /branches/eam_branches/20091201/Ohana/src/tools/src/ftable.c	(revision 26716)
@@ -361,4 +361,8 @@
 	    memcpy (line, &data[i*Nv*Nb + Nb*j], Nb);
 	    fprintf (stdout, "%d ", *(int *)line);
+	  }
+	  if (!strcmp (type, "int64_t")) {
+	    memcpy (line, &data[i*Nv*Nb + Nb*j], Nb);
+	    fprintf (stdout, "%d ", *(int64_t*)line);
 	  }
 	  if (!strcmp (type, "float")) {
