IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 17, 2006, 10:09:31 AM (20 years ago)
Author:
eugene
Message:

adding -newpage to kapa capabilities

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa/event/CheckPipe.c

    r5852 r10802  
    4646  if (!strcmp (buffer, "PSNS")) {
    4747    status = PSit (NOSCALE);
     48    write (sock, "DONE", 4);
     49    return (status);
     50  }
     51 
     52  if (!strcmp (buffer, "PSNP")) {
     53    status = PSit (NEWPAGE);
    4854    write (sock, "DONE", 4);
    4955    return (status);
Note: See TracChangeset for help on using the changeset viewer.