Changeset 4827
- Timestamp:
- Aug 19, 2005, 4:37:13 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/psErrorText_en.dat (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/psErrorText_en.dat
r4540 r4827 306 306 # 307 307 psMemory_NULL_BLOCK NULL memory block found. 308 psMemory_DEREF_BLOCK_USE Memory block %l ldwas freed but still being used.309 psMemory_UNDERFLOW Memory block %l ldis corrupted; buffer underflow detected.310 psMemory_OVERFLOW Memory block %l ldis corrupted; buffer overflow detected.311 psMemory_MULTIPLE_FREE Block %l ld, allocated at %s:%d, freed multiple times at %s:%d.308 psMemory_DEREF_BLOCK_USE Memory block %lu was freed but still being used. 309 psMemory_UNDERFLOW Memory block %lu is corrupted; buffer underflow detected. 310 psMemory_OVERFLOW Memory block %lu is corrupted; buffer overflow detected. 311 psMemory_MULTIPLE_FREE Block %lu, allocated at %s:%d, freed multiple times at %s:%d. 312 312 # 313 313 # Error Messages from psString.c: … … 332 332 psConfigure_INITIALIZATION_FAILED Failed to initialize %s. 333 333 psConfigure_FINALIZATION_FAILED Failed to finalize %s. 334 334 # 335 psXML_IO_FILE_OPEN_FAILED Failed to open file '%s'. Check if it exists and it has the proper permissions. 336 psXML_INVALID_CONTENT Failed to recognize XML content. Invalid syntax. 337 psXML_INVALID_DATATYPE Failed to recognize datatype from/for XML file. 338 psXML_BUFFER_TOO_SMALL Buffer to small to store XML doc.
Note:
See TracChangeset
for help on using the changeset viewer.
