1
0
Fork 0

DBG: removed a redundant log statement from the patch process

This commit is contained in:
Mr. eXoDia 2015-07-13 06:57:51 +02:00
parent e4c497f582
commit a1080c8b6f
1 changed files with 0 additions and 1 deletions

View File

@ -273,7 +273,6 @@ int PatchFile(const PATCHINFO* List, int Count, const char* FileName, char* Erro
if(!ptr)
continue;
dprintf("patch%.4d|%s[%.8X]:%.2X/%.2X->%.2X\n", i + 1, moduleName, ptr - fileMapVa, *ptr, List[i].oldbyte, List[i].newbyte);
*ptr = List[i].newbyte;
patchCount++;
}