Index: /trunk/Ohana/src/opihi/cmd.data/type.c
===================================================================
--- /trunk/Ohana/src/opihi/cmd.data/type.c	(revision 42551)
+++ /trunk/Ohana/src/opihi/cmd.data/type.c	(revision 42552)
@@ -34,6 +34,7 @@
   Buffer *buf = NULL;
   if ((vec = SelectVector (argv[1], OLDVECTOR, FALSE)) != NULL) {
-    if (vec->type == OPIHI_FLT) { strcpy (result, "float"); goto got_result; }
-    if (vec->type == OPIHI_INT) { strcpy (result, "int");   goto got_result; }
+    if (vec->type == OPIHI_FLT) { strcpy (result, "float");  goto got_result; }
+    if (vec->type == OPIHI_INT) { strcpy (result, "int");    goto got_result; }
+    if (vec->type == OPIHI_STR) { strcpy (result, "string"); goto got_result; }
     myAbort ("impossible");
   }
