提交一个bug

This commit is contained in:
windows11 2021-10-13 19:08:58 +08:00
parent 7486919dbe
commit 8acb6ec0df

@ -400,6 +400,7 @@ int CMain::ReadConfig()
}
// if file exists, read last network traffic recordreset m_LastNetworkIN and m_LastNetworkOUT
// support by: https://cpp.la, todo: restart multiple times, inaccurate
IOHANDLE nFile = io_open(m_Config.m_aJSONFile, IOFLAG_READ);
if(nFile)
{