Skip to content

Commit

Permalink
Cleanup|FileSys: LumpInfo is no longer used by C modules #2
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Oct 10, 2012
1 parent b3203d1 commit 5351714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/engine/portable/src/zipfile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ struct ZipFile::Instance
ZipLumpRecord* record =
new ZipLumpRecord(LumpInfo(self->lastModified(), // Inherited from the file (note recursion).
lumpIdx++, baseOffset, ULONG(header->size),
compressedSize, reinterpret_cast<abstractfile_s*>(self)));
compressedSize, self));
PathDirectoryNode* node = lumpDirectory->insert(Str_Text(&entryPath));
node->setUserData(record);
}
Expand Down

0 comments on commit 5351714

Please sign in to comment.