libIME icon indicating copy to clipboard operation
libIME copied to clipboard

Fix a crash due to pass NULL to std::wstring

Open timxx opened this issue 6 years ago • 1 comments

VC++ 2017 version internal uses wcslen to count the string length, which requires not NULL

timxx avatar Apr 05 '18 13:04 timxx