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/imdata.c

    r38471 r39457  
    128128
    129129  // prepare to handle interrupt signals
    130   signal (SIGINT, handle_interrupt);
    131   interrupt = FALSE;
     130  struct sigaction *old_sigaction = SetInterrupt();
    132131
    133132  /* for each region file, extract the data of interest in the right time range */
     
    216215    dvo_catalog_free (&catalog);
    217216  }
     217  ClearInterrupt (old_sigaction);
    218218 
    219219  vec[0].Nelements = N;
Note: See TracChangeset for help on using the changeset viewer.