IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 5, 2006, 6:55:37 PM (21 years ago)
Author:
eugene
Message:

split init into general and program init, cleaned up open_image, open_graph, and related

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/dvo.c

    r5900 r5919  
    88
    99/* program-dependent initialization */
    10 void program_init (int argc, char **argv) {
     10void program_init (int *argc, char **argv) {
    1111 
    1212  auto_break = TRUE;
     
    1818  InitDVO ();
    1919
    20   if (!SetCATDIR (NULL, TRUE)) {
     20  if (!SetCATDIR (NULL, FALSE)) {
    2121    fprintf (stderr, "CATDIR is not defined\n");
    2222  }
Note: See TracChangeset for help on using the changeset viewer.