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

Diff for /pegasus/src/Pegasus/Common/StrLit.h between version 1.1 and 1.2

version 1.1, 2005/10/31 18:06:06 version 1.2, 2005/10/31 19:08:46
Line 104 
Line 104 
  
 inline Buffer& operator<<(Buffer& out, const StrLit& x) inline Buffer& operator<<(Buffer& out, const StrLit& x)
 { {
     out.append(x.str, x.size-1);      out.append(x.str, x.size);
     return out;     return out;
 } }
  


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2