Changeset 40291 for trunk/Ohana/src/opihi/lib.shell/parse.c
- Timestamp:
- Dec 13, 2017, 10:53:48 AM (8 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/lib.shell/parse.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
trunk/Ohana/src/opihi/lib.shell/parse.c
r33662 r40291 245 245 vec[0].elements.Flt[Nx] = atof (val); 246 246 } else { 247 vec[0].elements.Int[Nx] = atol (val);247 vec[0].elements.Int[Nx] = atoll (val); 248 248 } 249 249 }
Note:
See TracChangeset
for help on using the changeset viewer.
