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

Diff for /pegasus/src/Pegasus/CQL/CQLUtilities.cpp between version 1.16 and 1.17

version 1.16, 2005/06/01 01:51:52 version 1.17, 2005/06/01 20:36:19
Line 639 
Line 639 
         MessageLoaderParms mload(String("CQL.CQLUtilities.INVALID_REAL_CHAR"),         MessageLoaderParms mload(String("CQL.CQLUtilities.INVALID_REAL_CHAR"),
                                  String("Error converting string to $0.  Character '$1' in string '$2` is invalid."),                                  String("Error converting string to $0.  Character '$1' in string '$2` is invalid."),
                                  String("Real64"),                                  String("Real64"),
                                  String(p-1, 1), stringNum);                                   String(p, 1), stringNum);
         throw CQLRuntimeException(mload);         throw CQLRuntimeException(mload);
       }       }
       p++;       p++;


Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2