this time without a hardcoded debug write to d:\\test.ima

This commit is contained in:
zeromus 2010-09-03 10:41:27 +00:00
parent b68eba259b
commit 8cf436f9f8
1 changed files with 4 additions and 4 deletions

View File

@ -396,10 +396,10 @@ static BOOL cflash_build_fat()
list_files(sFlashPath.c_str(), build_ListCallback);
FILE* outf = fopen("d:\\test.ima","wb");
EMUFILE_MEMORY* memf = (EMUFILE_MEMORY*)file;
fwrite(memf->buf(),1,memf->size(),outf);
fclose(outf);
//FILE* outf = fopen("d:\\test.ima","wb");
//EMUFILE_MEMORY* memf = (EMUFILE_MEMORY*)file;
//fwrite(memf->buf(),1,memf->size(),outf);
//fclose(outf);