This commit is contained in:
cora32 2015-04-19 02:31:13 +03:00
parent aee9f6abc8
commit ad7487fda8

View File

@ -94,8 +94,8 @@ int MainStarter::fileLoader(const char *fileName) {
return -1; return -1;
} }
ipsstartfl = new unsigned int*[importFileSize + 1000]; ipsstartfl = new unsigned int*[importFileSize + 1];
ipsendfl = new unsigned int*[importFileSize + 1000]; ipsendfl = new unsigned int*[importFileSize + 1];
ZeroMemory(ipsstartfl, sizeof(ipsstartfl)); ZeroMemory(ipsstartfl, sizeof(ipsstartfl));
ZeroMemory(ipsendfl, sizeof(ipsendfl)); ZeroMemory(ipsendfl, sizeof(ipsendfl));