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

    r38471 r39457  
    172172
    173173  // prepare to handle interrupt signals
    174   signal (SIGINT, handle_interrupt);
    175   interrupt = FALSE;
     174  struct sigaction *old_sigaction = SetInterrupt();
    176175
    177176  Nloaded = 0;
     
    240239    dvo_catalog_free (&catalog);
    241240  }
     241  ClearInterrupt (old_sigaction);
     242
    242243  if (Npts > 0) {
    243244    KapaPrepPlot (kapa, Npts, &graphmode);
Note: See TracChangeset for help on using the changeset viewer.