- Timestamp:
- Oct 15, 2017, 12:27:40 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20170822/src/opihi/lib.shell/dvomath.c
r39457 r40168 82 82 } else { 83 83 if (stack[0].type == ST_SCALAR_INT) { 84 sprintf (outname, "%d", stack[0].IntValue);84 sprintf (outname, OPIHI_INT_FMT, stack[0].IntValue); 85 85 } else { 86 86 sprintf (outname, "%.12g", stack[0].FltValue);
Note:
See TracChangeset
for help on using the changeset viewer.
