whoops, forgot to remove this one. closing gci twice might not be that good...

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5005 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
j4ck.fr0st 2010-02-03 20:46:22 +00:00
parent 43051ffe41
commit d89c5dddcd

View File

@ -835,7 +835,6 @@ u32 GCMemcard::ImportGciInternal(FILE *gci, const char *inputFile, std::string o
u32 size = BE16((tempDEntry->BlockCount)) * BLOCK_SIZE;
u8 *tempSaveData = new u8[size];
fread(tempSaveData, 1, size, gci);
fclose(gci);
u32 ret;
if(!outputFile.empty())
{