From 65073031ffa876ae5b0efc2e6898a5966cc07930 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 15 Jul 2001 09:27:41 +0000 Subject: [PATCH] "I/O error" error string, and updated comment. --- physfs_internal.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/physfs_internal.h b/physfs_internal.h index f14eb372..0282e2ab 100644 --- a/physfs_internal.h +++ b/physfs_internal.h @@ -248,6 +248,7 @@ typedef struct __PHYSFS_DIRFUNCTIONS__ #define ERR_NO_SUCH_FILE "No such file" #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" /* * Call this to set the message returned by PHYSFS_getLastError(). @@ -299,7 +300,7 @@ int __PHYSFS_verifySecurity(DirHandle *h, const char *fname); /*------------ ----------------*/ /*------------ You MUST implement the following functions ----------------*/ /*------------ if porting to a new platform. ----------------*/ -/*------------ (see unix.c for an example) ----------------*/ +/*------------ (see platform/unix.c for an example) ----------------*/ /*------------ ----------------*/ /*--------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------*/