--- rc_script.c 2003/04/03 12:05:14 1.12
+++ rc_script.c 2003/05/12 15:42:45 1.13
@@ -171,8 +171,8 @@
piLabstart = piBlocend + *(pnVec + 2);
nLabsize = *(pnVec + 3) - *(pnVec + 2);
-fprintf(stderr, "Substring we want ist %s!\n", kszSecname);
-fprintf(stderr, "Compared with ist %s!\n", piLabstart);
+/*fprintf(stderr, "Substring we want ist %s!\n", kszSecname);
+fprintf(stderr, "Compared with ist %s!\n", piLabstart);*/
/* Test the substring. If it matches our label, make a new section */
if (!strncmp(piLabstart, kszSecname, nLabsize)) {
/* Handle the section body */
@@ -195,7 +195,7 @@
else /* Fallback to default value */
pSec->nPri = RC_DEF_PRI;
-fprintf(stderr, "nPri ist %d!\n", pSec->nPri);
+/*fprintf(stderr, "nPri ist %d!\n", pSec->nPri);*/
/* Handle the section userid */
return(pSec); /* Section found, so return the text */
}
@@ -230,7 +230,7 @@
}
/************************************************
-* scriptDump(rc_script_t *) *
+* scriptDump(rc_script_t *) *
* Print a script to standard out *
************************************************/
rc_return_t scriptDump(rc_script_t *pScript)
|