IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 13, 2008, 5:53:35 PM (18 years ago)
Author:
eugene
Message:

unique exit codes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pcontrol/ResetJob.c

    r16459 r16472  
    4343    default:
    4444      gprint (GP_ERR, "unknown status for pclient command: programming error\n"); 
    45       pcontrol_exit (1);
     45      pcontrol_exit (55);
    4646  }
    4747
    4848  gprint (GP_ERR, "programming error in ResetJob (should not reach here)\n");
    4949  FreeIOBuffer (&buffer);
    50   pcontrol_exit (1);
     50  pcontrol_exit (56);
    5151  return (FALSE);
    5252}
Note: See TracChangeset for help on using the changeset viewer.