IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 29, 2006, 9:59:45 AM (20 years ago)
Author:
eugene
Message:

fixed evaluation of zero-padded ints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/evaluate_stack.c

    r4689 r6250  
    2222  if (*Nstack == 1) {
    2323    if (stack[0].type == 'S') {
    24       S_unary (&tmp_stack, &stack[0], "=");
    25       move_stack (&stack[0], &tmp_stack);
    2624      return (TRUE);
    2725    }
    2826    if (stack[0].type == 'V') {
     27      /* need to make a copy so we set output value? */
    2928      V_unary (&tmp_stack, &stack[0], "=");
    3029      move_stack (&stack[0], &tmp_stack);
     
    3231    }
    3332    if (stack[0].type == 'M') {
     33      /* need to make a copy so we set output value? */
    3434      M_unary (&tmp_stack, &stack[0], "=");
    3535      move_stack (&stack[0], &tmp_stack);
Note: See TracChangeset for help on using the changeset viewer.