Pārlūkot izejas kodu

New error message.

Ryan C. Gordon 25 gadi atpakaļ
vecāks
revīzija
7a26a0d417
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      physfs_internal.h

+ 2 - 2
physfs_internal.h

@@ -252,8 +252,8 @@ typedef struct __PHYSFS_DIRFUNCTIONS__
 #define ERR_PAST_EOF             "Past end of file"
 #define ERR_PAST_EOF             "Past end of file"
 #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"
 
 
 /*
 /*
  * Call this to set the message returned by PHYSFS_getLastError().
  * Call this to set the message returned by PHYSFS_getLastError().