--- a/archivers/hog.c Tue Apr 08 05:51:19 2003 +0000
+++ b/archivers/hog.c Fri May 16 15:31:42 2003 +0000
@@ -321,7 +321,6 @@
void *fh = NULL;
PHYSFS_uint32 fileCount;
HOGentry *entry;
- char *ptr;
BAIL_IF_MACRO(!hog_open(name, forWriting, &fh, &fileCount), NULL, 0);
info->entryCount = fileCount;
--- a/archivers/mvl.c Tue Apr 08 05:51:19 2003 +0000
+++ b/archivers/mvl.c Fri May 16 15:31:42 2003 +0000
@@ -288,7 +288,6 @@
PHYSFS_uint32 fileCount;
PHYSFS_uint32 location = 8; /* sizeof sig. */
MVLentry *entry;
- char *ptr;
BAIL_IF_MACRO(!mvl_open(name, forWriting, &fh, &fileCount), NULL, 0);
info->entryCount = fileCount;