(file) Return to String.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/String.cpp between version 1.28.2.4 and 1.28.2.5

version 1.28.2.4, 2001/09/13 17:33:21 version 1.28.2.5, 2001/11/09 22:47:21
Line 374 
Line 374 
     Uint32 subStrLen = s.size();     Uint32 subStrLen = s.size();
     Uint32 strLen = size();     Uint32 strLen = size();
  
       if (subStrLen > strLen)
       {
           return PEG_NOT_FOUND;
       }
   
     // loop to find first char match     // loop to find first char match
     Uint32 loc = 0;     Uint32 loc = 0;
     for( ; loc <= (strLen-subStrLen); loc++)     for( ; loc <= (strLen-subStrLen); loc++)


Legend:
Removed from v.1.28.2.4  
changed lines
  Added in v.1.28.2.5

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2