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

Diff for /pegasus/src/Pegasus/Client/ClientAuthenticator.cpp between version 1.7 and 1.8

version 1.7, 2002/03/14 16:44:34 version 1.8, 2002/04/06 19:56:39
Line 446 
Line 446 
     //     //
     // Look for the marker     // Look for the marker
     //     //
     char *pos = strchr(*line, marker);      const char *pos = strchr(*line, marker);
  
     if (pos)     if (pos)
     {     {


Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2