Skip to content

Commit

Permalink
Pacify compiler warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 9, 2017
1 parent 7cb89ce commit e4c035a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/archiver_zip.c
Expand Up @@ -1587,7 +1587,7 @@ static void ZIP_closeArchive(void *opaque);
static void *ZIP_openArchive(PHYSFS_Io *io, const char *name, int forWriting)
{
ZIPinfo *info = NULL;
PHYSFS_uint64 dstart; /* data start */
PHYSFS_uint64 dstart = 0; /* data start */
PHYSFS_uint64 cdir_ofs; /* central dir offset */
PHYSFS_uint64 entry_count;

Expand Down

0 comments on commit e4c035a

Please sign in to comment.