"I/O error" error string, and updated comment.
This commit is contained in:
parent
78f47916c0
commit
65073031ff
|
@ -248,6 +248,7 @@ typedef struct __PHYSFS_DIRFUNCTIONS__
|
||||||
#define ERR_NO_SUCH_FILE "No such file"
|
#define ERR_NO_SUCH_FILE "No such file"
|
||||||
#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"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Call this to set the message returned by PHYSFS_getLastError().
|
* 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 ----------------*/
|
/*------------ You MUST implement the following functions ----------------*/
|
||||||
/*------------ if porting to a new platform. ----------------*/
|
/*------------ if porting to a new platform. ----------------*/
|
||||||
/*------------ (see unix.c for an example) ----------------*/
|
/*------------ (see platform/unix.c for an example) ----------------*/
|
||||||
/*------------ ----------------*/
|
/*------------ ----------------*/
|
||||||
/*--------------------------------------------------------------------------*/
|
/*--------------------------------------------------------------------------*/
|
||||||
/*--------------------------------------------------------------------------*/
|
/*--------------------------------------------------------------------------*/
|
||||||
|
|
Loading…
Reference in New Issue