Index: /trunk/Ohana/src/tools/src/roc.c
===================================================================
--- /trunk/Ohana/src/tools/src/roc.c	(revision 32051)
+++ /trunk/Ohana/src/tools/src/roc.c	(revision 32052)
@@ -4,5 +4,5 @@
 # include <regex.h>
 
-# define myAssert(LOGIC,...) { if (!(LOGIC)) { fprintf (stderr, __VA_ARGS__); abort(); } }
+# define myAssert(LOGIC,...) { if (!(LOGIC)) { fprintf (stderr, __VA_ARGS__); exit(4); } }
 
 # define ROC_HEADER_SIZE  0x1000
