Skip to content

Commit

Permalink
"I/O error" error string, and updated comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 15, 2001
1 parent 78f4791 commit 6507303
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion physfs_internal.h
Expand Up @@ -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().
Expand Down Expand Up @@ -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) ----------------*/
/*------------ ----------------*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
Expand Down

0 comments on commit 6507303

Please sign in to comment.