Index: trunk/Ohana/src/opihi/cmd.basic/macro.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.basic/macro.c	(revision 2598)
+++ trunk/Ohana/src/opihi/cmd.basic/macro.c	(revision 4470)
@@ -30,12 +30,8 @@
   }
 
-  /* sub-command was not found, pass argv[1..N] to macro create,
-     make argv[0] say "create" to be consistent (probably not needed) */
-  REALLOCATE (argv[0], char, 8);
-  strcpy (argv[0], "create");
+  /* sub-command was not found, pass argv[1..N] to macro_create */
   status = macro_create (argc, argv);
   return (status);
 }
-
 
 /* macro is called with the command "macro".  
