Skip to content

Commit

Permalink
Temporary fix for (re)opening files in lzma archives (thanks, Sam!)
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 21, 2009
1 parent 5323b6a commit 71fc15f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/archiver_lzma.c
Expand Up @@ -649,6 +649,7 @@ static fvoid *LZMA_openRead(dvoid *opaque, const char *name, int *fileExists)
BAIL_IF_MACRO(file == NULL, ERR_NO_SUCH_FILE, NULL);
BAIL_IF_MACRO(file->folder == NULL, ERR_NOT_A_FILE, NULL);

file->position = 0;
file->folder->references++; // Increase refcount for automatic cleanup...

return(file);
Expand Down

0 comments on commit 71fc15f

Please sign in to comment.