Index: /branches/eam_branches/ohana.20170822/src/opihi/cmd.data/print_vectors.c
===================================================================
--- /branches/eam_branches/ohana.20170822/src/opihi/cmd.data/print_vectors.c	(revision 40168)
+++ /branches/eam_branches/ohana.20170822/src/opihi/cmd.data/print_vectors.c	(revision 40169)
@@ -35,5 +35,5 @@
 	  gprint (GP_LOG, "%f ", vec[i][0].elements.Flt[j]);
 	} else {
-	  gprint (GP_LOG, OPIHI_INT_FMT, vec[i][0].elements.Int[j]);
+	  gprint (GP_LOG, OPIHI_INT_FMT" ", vec[i][0].elements.Int[j]);
 	}
       }
Index: /branches/eam_branches/ohana.20170822/src/opihi/lib.shell/parse.c
===================================================================
--- /branches/eam_branches/ohana.20170822/src/opihi/lib.shell/parse.c	(revision 40168)
+++ /branches/eam_branches/ohana.20170822/src/opihi/lib.shell/parse.c	(revision 40169)
@@ -245,5 +245,5 @@
 	vec[0].elements.Flt[Nx] = atof (val);
       } else {
-	vec[0].elements.Int[Nx] = atol (val);
+	vec[0].elements.Int[Nx] = atoll (val);
       }
     }
