Index: ossp-pkg/rc/rc_proc.c RCS File: /v/ossp/cvs/ossp-pkg/rc/rc_proc.c,v rcsdiff -q -kk '-r1.14' '-r1.15' -u '/v/ossp/cvs/ossp-pkg/rc/rc_proc.c,v' 2>/dev/null --- 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)); }