Changeset 3103
- Timestamp:
- Jan 27, 2005, 12:35:35 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/parse.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/parse.c
r2801 r3103 117 117 } 118 118 Nval = atoi (val); 119 free (val); val = NULL; 119 120 free (V); 120 121 … … 132 133 if (V1[0] != '=') goto error; 133 134 V1 ++; 134 B = thisword (V1);135 if (B == (char *) NULL) goto error;136 135 137 136 /*** assign vector element to value ***/
Note:
See TracChangeset
for help on using the changeset viewer.
