Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
bhook committed Aug 9, 2003
1 parent 83fde3e commit 83cdb49
Show file tree
Hide file tree
Showing 3 changed files with 226 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .cvsignore
@@ -1,3 +1,5 @@
physfs_static_debug
physfs_static_release
depcomp
Makefile
.deps
Expand Down
1 change: 0 additions & 1 deletion archivers/qpak.c
Expand Up @@ -308,7 +308,6 @@ static int qpak_load_entries(const char *name, int forWriting, QPAKinfo *info)
void *fh = NULL;
PHYSFS_uint32 fileCount;
QPAKentry *entry;
char *ptr;

BAIL_IF_MACRO(!qpak_open(name, forWriting, &fh, &fileCount), NULL, 0);
info->entryCount = fileCount;
Expand Down
224 changes: 224 additions & 0 deletions physfs_static.dsp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 83cdb49

Please sign in to comment.