IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 10, 2010, 5:38:10 PM (16 years ago)
Author:
heather
Message:

This fixes Shutdown related segfaults.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/src/SetSignals.c

    r13322 r29754  
    1515      return;
    1616    }
    17     Shutdown ("halted by signal (trapped)");
     17    Shutdown ("%s","halted by signal (trapped)");
    1818}   
    1919
    2020void SetProtect (int mode) {
    2121  Protect = mode;
    22   if (Trapped && !Protect) Shutdown ("halted by signal (protect)");
     22  if (Trapped && !Protect) Shutdown ("%s","halted by signal (protect)");
    2323}
    2424
Note: See TracChangeset for help on using the changeset viewer.