Changeset 41176 for trunk/Ohana/src/opihi/lib.shell/parse.c
- Timestamp:
- Nov 27, 2019, 12:09:13 PM (7 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/lib.shell/parse.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20191011/Ohana (added) merged: 41136-41137,41141-41144,41170
- Property svn:mergeinfo changed
-
trunk/Ohana/src/opihi/lib.shell/parse.c
r40574 r41176 66 66 /* dvomath returns a new string, or NULL, with the result of the expression */ 67 67 val = dvomath (1, &V1, &size, 0); 68 if (val == NULL) goto error;68 if (val == NULL) { print_error (); goto error; } 69 69 fval += atof(val); 70 70 // save the result … … 88 88 /* dvomath returns a new string, or NULL, with the result of the expression */ 89 89 val = dvomath (1, &V1, &size, 0); 90 if (val == NULL) goto error;90 if (val == NULL) { print_error (); goto error; } 91 91 fval -= atof(val); 92 92 // save the result
Note:
See TracChangeset
for help on using the changeset viewer.
