IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 16, 2006, 10:58:49 PM (20 years ago)
Author:
eugene
Message:

major updates to use gprint for buffered / threaded printing

File:
1 edited

Legend:

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

    r4462 r7917  
    183183# if (DUMPSTACK)
    184184  for (i = 0; i < Nstack; i++) {
    185     fprintf (stderr, "%s ", stack[i].name);
    186   }
    187   if (Nstack > 0) fprintf (stderr, "\n");
     185    gprint (GP_ERR, "%s ", stack[i].name);
     186  }
     187  if (Nstack > 0) gprint (GP_ERR, "\n");
    188188  for (i = 0; i < Nstack; i++) {
    189     fprintf (stderr, "%d ", stack[i].type);
    190   }
    191   if (Nstack > 0) fprintf (stderr, "\n");
     189    gprint (GP_ERR, "%d ", stack[i].type);
     190  }
     191  if (Nstack > 0) gprint (GP_ERR, "\n");
    192192# endif
    193193
Note: See TracChangeset for help on using the changeset viewer.