ossp-pkg/rc/rc_proc.c 1.14 -> 1.15
--- rc_proc.c 2002/07/30 16:36:41 1.14
+++ rc_proc.c 2002/08/01 15:16:25 1.15
@@ -213,9 +213,7 @@
scriptDump(pRc->m_pScript);
else /* Something is wrong here */
- fprintf(stderr, "Error: Placeholder, until problem with ex_ is fixed.\n");
-/* FIXME!!: Ralf, following segfaults in ex */
-/* return(RC_THROW(RC_ERR_INT));*/
+ return(RC_THROW(RC_ERR_INT));
return(RC_THROW(RC_OK));
}
|
|