Changeset 29754 for trunk/Ohana/src/relphot/src/SetSignals.c
- Timestamp:
- Nov 10, 2010, 5:38:10 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relphot/src/SetSignals.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relphot/src/SetSignals.c
r13322 r29754 15 15 return; 16 16 } 17 Shutdown (" halted by signal (trapped)");17 Shutdown ("%s","halted by signal (trapped)"); 18 18 } 19 19 20 20 void SetProtect (int mode) { 21 21 Protect = mode; 22 if (Trapped && !Protect) Shutdown (" halted by signal (protect)");22 if (Trapped && !Protect) Shutdown ("%s","halted by signal (protect)"); 23 23 } 24 24
Note:
See TracChangeset
for help on using the changeset viewer.
