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

Diff for /pegasus/src/Pegasus/Common/XmlGenerator.cpp between version 1.8 and 1.8.4.1

version 1.8, 2010/05/10 10:51:00 version 1.8.4.1, 2011/08/10 05:05:34
Line 643 
Line 643 
  
     while (size>=8)     while (size>=8)
     {     {
         register int c;          register Uint8 c;
         c = str[0];         c = str[0];
         if (_isSpecialChar7[c])         if (_isSpecialChar7[c])
         {         {
Line 738 
Line 738 
  
     while (size>=4)     while (size>=4)
     {     {
         register int c;          register Uint8 c;
         c = str[0];         c = str[0];
         if (_isSpecialChar7[c])         if (_isSpecialChar7[c])
         {         {
Line 789 
Line 789 
  
     while (size--)     while (size--)
     {     {
         register int c;          register Uint8 c;
         c=*str;         c=*str;
         if (_isSpecialChar7[c])         if (_isSpecialChar7[c])
         {         {


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2