OSSP CVS Repository

ossp - Check-in [3331]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 3331
Date: 2003-May-12 17:42:45 (local)
2003-May-12 15:42:45 (UTC)
User:ms
Branch:
Comment: Temporarily remove debugging help, and align whitespace.
Tickets:
Inspections:
Files:
ossp-pkg/rc/rc_script.c      1.12 -> 1.13     4 inserted, 4 deleted

ossp-pkg/rc/rc_script.c 1.12 -> 1.13

--- 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)

CVSTrac 2.0.1