# HG changeset patch # User Ryan C. Gordon # Date 1026921912 0 # Node ID 015662f3761d89e4492fd4452cfb1f77ecc11513 # Parent 67a2cebe739e7222568abe025bbebe1b3965e995 Changed ERR_TOO_MANY_SYMLINKS to ERR_SYMLINK_LOOP. diff -r 67a2cebe739e -r 015662f3761d physfs_internal.h --- a/physfs_internal.h Tue Jul 16 06:15:30 2002 +0000 +++ b/physfs_internal.h Wed Jul 17 16:05:12 2002 +0000 @@ -267,7 +267,7 @@ #define ERR_ARC_IS_READ_ONLY "Archive is read-only" #define ERR_IO_ERROR "I/O error" #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_NOT_IMPLEMENTED "Not implemented" #define ERR_OS_ERROR "Operating system reported error"