拼写错误

This commit is contained in:
13038267101 2022-11-24 17:21:41 +08:00
parent 422e79b0b1
commit 7e7b3031a2
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ hg_scanner::hg_scanner(ScannerSerial serial
, is_kernelsnap_221027_(false), memory_size_(1024), isx86_Advan_(true)
{
#if !defined(_WIN32) && !defined(_WIN64) &&defined(x86_64)
isx86_Advan_ = fasle;
isx86_Advan_ = false;
#endif
init_setting_func_map();
final_path_ = hg_log::ini_get("path", "final_img");

View File

@ -695,7 +695,7 @@ extern "C"
}
CloseHandle(process);
return mem / 1024.0 / 1024.0;//KB TO MB
return mem / 1024.0 / 1024.0;//byte TO MB
#else
char file_name[64] = { 0 };