- Timestamp:
- May 8, 2025, 4:05:42 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/Ohana/src/opihi/lib.shell/CommandOps.c
r39457 r42815 59 59 60 60 free (commands[Nc].name); 61 for (i = Nc + 1; i < Ncommands; i++) 61 for (i = Nc + 1; i < Ncommands; i++) { 62 62 commands[i - 1] = commands[i]; 63 } 63 64 Ncommands --; 64 REALLOCATE (commands, Command, Ncommands);65 65 return (TRUE); 66 66 }
Note:
See TracChangeset
for help on using the changeset viewer.
