- Timestamp:
- Sep 24, 2013, 12:18:50 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130904/Ohana/src/opihi/lib.shell/dvomath.c
r31635 r36151 80 80 sprintf (outname, "%s", stack[0].name); 81 81 } else { 82 if (stack[0].type == 's') {82 if (stack[0].type == ST_SCALAR_INT) { 83 83 sprintf (outname, "%d", stack[0].IntValue); 84 84 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
