From df5ef85087b0dec58f1c15f758ff33cd2d2ced4f Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 27 Jul 2002 06:20:10 +0000 Subject: [PATCH] Added ERR_SEEK_OUT_OF_RANGE define. --- physfs_internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/physfs_internal.h b/physfs_internal.h index f86fddbb..1d1800ea 100644 --- a/physfs_internal.h +++ b/physfs_internal.h @@ -280,6 +280,7 @@ typedef struct __PHYSFS_DIRFUNCTIONS__ #define ERR_FILE_NOT_FOUND "File not found" #define ERR_NOT_AN_ARCHIVE "Not an archive" #define ERR_CORRUPTED "Corrupted archive" +#define ERR_SEEK_OUT_OF_RANGE "Seek out of range" /*