IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 11, 2016, 10:23:42 PM (10 years ago)
Author:
eugene
Message:

modify to pass with extremely pedantic build; force consistency for signed vs unsigned and int sizes; various relastro updates

Location:
trunk/Ohana
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana

  • trunk/Ohana/src/opihi/dvo/catname.c

    r37807 r39457  
    5555
    5656  // prepare to handle interrupt signals
    57   signal (SIGINT, handle_interrupt);
    58   interrupt = FALSE;
     57  struct sigaction *old_sigaction = SetInterrupt();
    5958
    6059  for (i = 0; (i < skylist[0].Nregions) && !interrupt; i++) {
     
    9998    set_str_variable ("CATNAME", filename);
    10099  }
     100  ClearInterrupt (old_sigaction);
    101101
    102102  return (TRUE);
Note: See TracChangeset for help on using the changeset viewer.