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 7 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

Duplicate of PR #6 and already fixed in f6c29bf3266b3ed6f510742bc8bfff2fdf22b413

Chocobo1 avatar Apr 23 '19 08:04 Chocobo1