IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 6, 2005, 2:37:31 PM (21 years ago)
Author:
eugene
Message:

added -cpt options to dvo extraction functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.basic/macro.c

    r2598 r4470  
    3030  }
    3131
    32   /* sub-command was not found, pass argv[1..N] to macro create,
    33      make argv[0] say "create" to be consistent (probably not needed) */
    34   REALLOCATE (argv[0], char, 8);
    35   strcpy (argv[0], "create");
     32  /* sub-command was not found, pass argv[1..N] to macro_create */
    3633  status = macro_create (argc, argv);
    3734  return (status);
    3835}
    39 
    4036
    4137/* macro is called with the command "macro". 
Note: See TracChangeset for help on using the changeset viewer.