IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 18, 2007, 11:12:42 AM (19 years ago)
Author:
eugene
Message:

FT_UNSIGN_MODE removed as global symbol and functionality replaced with gfits_set/get_unsign_mode

File:
1 edited

Legend:

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

    r9473 r12902  
    4747    set_variable ("PID", getpid());
    4848
    49   /* keep these?
    50      set_int_variable ("UNSIGN", 0);
    51      FT_UNSIGN_MODE = FALSE;
    52   */
    53 
    54 
    55 
     49    set_int_variable ("UNSIGN", 0);
     50    gfits_set_unsign_mode (FALSE);
     51   
    5652  /* check history file permission */
    5753  {
Note: See TracChangeset for help on using the changeset viewer.