Changed ERR_TOO_MANY_SYMLINKS to ERR_SYMLINK_LOOP.

This commit is contained in:
Ryan C. Gordon 2002-07-17 16:05:12 +00:00
parent d7c98faf04
commit c7f3a2b1ae
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ typedef struct __PHYSFS_DIRFUNCTIONS__
#define ERR_ARC_IS_READ_ONLY "Archive is read-only" #define ERR_ARC_IS_READ_ONLY "Archive is read-only"
#define ERR_IO_ERROR "I/O error" #define ERR_IO_ERROR "I/O error"
#define ERR_CANT_SET_WRITE_DIR "Can't set write directory" #define ERR_CANT_SET_WRITE_DIR "Can't set write directory"
#define ERR_TOO_MANY_SYMLINKS "Too many symbolic links" #define ERR_SYMLINK_LOOP "Infinite symbolic link loop"
#define ERR_COMPRESSION "(De)compression error" #define ERR_COMPRESSION "(De)compression error"
#define ERR_NOT_IMPLEMENTED "Not implemented" #define ERR_NOT_IMPLEMENTED "Not implemented"
#define ERR_OS_ERROR "Operating system reported error" #define ERR_OS_ERROR "Operating system reported error"