peiyongz    2002/10/23 11:55:58

  Modified:    c/samples/DOMPrint DOMPrint.cpp
  Log:
  typo: command line option for "split_cdata_section"
  
  Revision  Changes    Path
  1.49      +3 -3      xml-xerces/c/samples/DOMPrint/DOMPrint.cpp
  
  Index: DOMPrint.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/DOMPrint/DOMPrint.cpp,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- DOMPrint.cpp      15 Jul 2002 15:44:18 -0000      1.48
  +++ DOMPrint.cpp      23 Oct 2002 18:55:58 -0000      1.49
  @@ -323,7 +323,7 @@
               }
   
           }
  -         else if (!strncmp(argV[parmInd], "-wcsc=", 6))
  +         else if (!strncmp(argV[parmInd], "-wscs=", 6))
           {
               const char* const parm = &argV[parmInd][6];
   
  @@ -333,7 +333,7 @@
                                gSplitCdataSections = false;
               else
               {
  -                cerr << "Unknown -wcsc= value: " << parm << endl;
  +                cerr << "Unknown -wscs= value: " << parm << endl;
                   XMLPlatformUtils::Terminate();
                   return 2;
               }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to