equal
deleted
inserted
replaced
252 #define ERR_PAST_EOF "Past end of file" |
252 #define ERR_PAST_EOF "Past end of file" |
253 #define ERR_ARC_IS_READ_ONLY "Archive is read-only" |
253 #define ERR_ARC_IS_READ_ONLY "Archive is read-only" |
254 #define ERR_IO_ERROR "I/O error" |
254 #define ERR_IO_ERROR "I/O error" |
255 #define ERR_CANT_SET_WRITE_DIR "Can't set write directory" |
255 #define ERR_CANT_SET_WRITE_DIR "Can't set write directory" |
256 #define ERR_TOO_MANY_SYMLINKS "Too many symbolic links" |
256 #define ERR_TOO_MANY_SYMLINKS "Too many symbolic links" |
|
257 #define ERR_COMPRESSION "(De)compression error" |
257 |
258 |
258 /* |
259 /* |
259 * Call this to set the message returned by PHYSFS_getLastError(). |
260 * Call this to set the message returned by PHYSFS_getLastError(). |
260 * Please only use the ERR_* constants above, or add new constants to the |
261 * Please only use the ERR_* constants above, or add new constants to the |
261 * above group, but I want these all in one place. |
262 * above group, but I want these all in one place. |