新增沧田

This commit is contained in:
13038267101 2022-11-09 15:56:09 +08:00
parent b504dbe862
commit 1e9ca2d723
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -91,7 +91,7 @@ int main()
vendor = OEM_HANWANG;
else if (wcsicmp(cmd->parameter(L"-oem"), L"lsc") == 0)
vendor = OEM_LISICHENG;
else if (wcsicmp(cmd->parameter(L"-oem"), L"ct") == 0)
else if (wcsicmp(cmd->parameter(L"-oem"), L"cts") == 0)
vendor = OEM_CANGTIAN;
else
std::wcout << L" OEM '" << cmd->parameter(L"-oem") << L"' is not supported! set as OEM_NONE.\r\n";