equal
deleted
inserted
replaced
250 #define ERR_NO_WRITE_DIR "Write directory is not set" |
250 #define ERR_NO_WRITE_DIR "Write directory is not set" |
251 #define ERR_NO_SUCH_FILE "No such file" |
251 #define ERR_NO_SUCH_FILE "No such file" |
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 |
256 #define ERR_TOO_MANY_SYMLINKS "Too many symbolic links" |
257 |
257 |
258 /* |
258 /* |
259 * Call this to set the message returned by PHYSFS_getLastError(). |
259 * Call this to set the message returned by PHYSFS_getLastError(). |
260 * Please only use the ERR_* constants above, or add new constants to the |
260 * Please only use the ERR_* constants above, or add new constants to the |
261 * above group, but I want these all in one place. |
261 * above group, but I want these all in one place. |