Changeset 10073 for trunk/Ohana/src/opihi/lib.shell/isolate_elements.c
- Timestamp:
- Nov 17, 2006, 5:04:25 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/isolate_elements.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/isolate_elements.c
r7917 r10073 121 121 } 122 122 /* not an operator, not a quoted string */ 123 if (! whitespace(in[i][j])) {123 if (!OHANA_WHITESPACE (in[i][j])) { 124 124 InsertValue (in[i][j]); 125 125 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
