IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32052


Ignore:
Timestamp:
Aug 8, 2011, 3:09:00 PM (15 years ago)
Author:
watersc1
Message:

Exit properly instead of aborting. Aborting seems to cause problems for perl.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/tools/src/roc.c

    r32015 r32052  
    44# include <regex.h>
    55
    6 # define myAssert(LOGIC,...) { if (!(LOGIC)) { fprintf (stderr, __VA_ARGS__); abort(); } }
     6# define myAssert(LOGIC,...) { if (!(LOGIC)) { fprintf (stderr, __VA_ARGS__); exit(4); } }
    77
    88# define ROC_HEADER_SIZE  0x1000
Note: See TracChangeset for help on using the changeset viewer.