ossp-pkg/rc/rc_proc.c 1.36 -> 1.37
--- rc_proc.c 2003/05/26 16:03:57 1.36
+++ rc_proc.c 2003/05/26 16:24:08 1.37
@@ -147,9 +147,8 @@
/* Extract a section from the temp script, and append it */
pSec = scriptSection(pTempscript, pRc->m_pAnal->m_pszSecs[nSect]);
- if (pSec) { /* Only copy if the section lookup succeeds */
+ if (pSec) /* Only copy if the section lookup succeeds */
labelAppendsec(pRc->m_ppLabvec[nRc], pSec);
- }
else if (configGetval(RC_DBG_VAL)) /* Only show if debug set */
fprintf(stderr, "#Warning: Missing section '%s' in %s!\n",\
pRc->m_pAnal->m_pszSecs[nSect],\
|
|