From c7f3a2b1ae0a51daf9f7301be1782d91a44b82ec Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 17 Jul 2002 16:05:12 +0000 Subject: [PATCH] Changed ERR_TOO_MANY_SYMLINKS to ERR_SYMLINK_LOOP. --- physfs_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/physfs_internal.h b/physfs_internal.h index 7b741685..dbdf16c9 100644 --- a/physfs_internal.h +++ b/physfs_internal.h @@ -267,7 +267,7 @@ typedef struct __PHYSFS_DIRFUNCTIONS__ #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"