Skip to content
Snippets Groups Projects
Commit 6370f331 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix windows c++20 compilation error

parent 9c80de8a
No related branches found
No related tags found
No related merge requests found
......@@ -224,7 +224,7 @@ S32 LLMachineID::init()
pclsObj = NULL;
continue;
}
LL_INFOS("AppInit") << " Serial Number : " << vtProp.bstrVal << LL_ENDL;
LL_INFOS("AppInit") << " Serial Number : " << ll_convert_wide_to_string(vtProp.bstrVal) << LL_ENDL;
// use characters in the returned Serial Number to create a byte array of size len
BSTR serialNumber ( vtProp.bstrVal);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment