1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-09-22 19:29:21 +03:00

v4.07-9448-rtm

This commit is contained in:
dnobori
2014-06-06 06:53:20 +09:00
parent 7839d2939e
commit 719ee999d6
333 changed files with 1412 additions and 346 deletions

View File

@ -1409,11 +1409,11 @@ bool LoadTableMain(wchar_t *filename)
SaveUnicodeCache(filename, b->Size, hash);
Debug("Unicode Source: strtable.stb\n");
//Debug("Unicode Source: strtable.stb\n");
}
else
{
Debug("Unicode Source: unicode_cache\n");
//Debug("Unicode Source: unicode_cache\n");
}
FreeBuf(b);
@ -1434,7 +1434,7 @@ bool LoadTableMain(wchar_t *filename)
return false;
}
Debug("Unicode File Read Cost: %u (%u Lines)\n", (UINT)(t2 - t1), LIST_NUM(TableList));
//Debug("Unicode File Read Cost: %u (%u Lines)\n", (UINT)(t2 - t1), LIST_NUM(TableList));
return true;
}