From 7a26a0d41772ac348e304d87b13306b707cadc00 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 23 Jul 2001 04:47:08 +0000 Subject: [PATCH] New error message. --- physfs_internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/physfs_internal.h b/physfs_internal.h index c25c5b54..c80312ec 100644 --- a/physfs_internal.h +++ b/physfs_internal.h @@ -252,8 +252,8 @@ typedef struct __PHYSFS_DIRFUNCTIONS__ #define ERR_PAST_EOF "Past end of file" #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_CANT_SET_WRITE_DIR "Can't set write directory" +#define ERR_TOO_MANY_SYMLINKS "Too many symbolic links" /* * Call this to set the message returned by PHYSFS_getLastError().