Index: /issm/trunk-jpl/src/c/shared/Exceptions/exceptions.h
===================================================================
--- /issm/trunk-jpl/src/c/shared/Exceptions/exceptions.h	(revision 22633)
+++ /issm/trunk-jpl/src/c/shared/Exceptions/exceptions.h	(revision 22634)
@@ -61,13 +61,13 @@
 	catch(ErrorException &exception){\
 		exception.Report();\
-		return 0;\
+		return 1;\
 	}\
 	catch(exception& e) {\
 		_printf_("Standard exception: " << e.what() << "\n\n");\
-		return 0;\
+		return 1;\
 	}\
 	catch(...){\
 		_printf_("An unexpected error occurred \n\n");\
-		return 0;\
+		return 1;\
 	}
 /*}}}*/
