IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 8, 2025, 11:37:15 AM (14 months ago)
Author:
eugene
Message:

fix an obscure mem-corruption issue; enable "macro create" and other macro sub-commands in lists (if,while,macro)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/MacroOps.c

    r16888 r42808  
    111111
    112112  FreeMacro (&macros[Nm]);
    113   for (i = Nm + 1; i < Nmacros; i++)
     113  for (i = Nm + 1; i < Nmacros; i++) {
    114114    macros[i - 1] = macros[i];
     115  }
    115116  Nmacros --;
    116117  return (TRUE);
Note: See TracChangeset for help on using the changeset viewer.