Changeset 16462
- Timestamp:
- Feb 13, 2008, 3:33:24 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.basic/run_if.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.basic/run_if.c
r10846 r16462 71 71 } 72 72 73 if ((ThisList == 0) && (input == (char *)NULL)) {73 if ((ThisList == 0) && (input == NULL)) { 74 74 gprint (GP_ERR, "end if-block with 'END'\n"); 75 75 continue; 76 76 } 77 if ((ThisList > 0) && (input == (char *)NULL)) {77 if ((ThisList > 0) && (input == NULL)) { 78 78 gprint (GP_ERR, "missing 'END' in if-block\n"); 79 79 input = strcreate ("end");
Note:
See TracChangeset
for help on using the changeset viewer.
