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/pcontrol/JobID.c

    r3203 r7917  
    2828}
    2929
    30 void PrintID (FILE *f, IDtype ID) {
     30void PrintID (gpDest dest, IDtype ID) {
    3131
    3232  unsigned short int word0, word1, word2, word3;
     
    3737  word3 = 0xffff & (ID >> 48);
    3838
    39   fprintf (f, "%x.%x.%x.%x", word3, word2, word1, word0);
     39  gprint (dest, "%x.%x.%x.%x", word3, word2, word1, word0);
    4040}
    4141
Note: See TracChangeset for help on using the changeset viewer.