cinder / Cinder

Cinder is a community-developed, free and open source library for professional-quality creative coding in C++.
http://libcinder.org
Other
5.27k stars 939 forks source link

Fix mysterious console logging crash #2273

Closed totalgee closed 2 years ago

totalgee commented 2 years ago
andrewfb commented 2 years ago

My apologies for that - I imagine that was my doing. Kind of surprising it wasn't hit before (that we know of) but then again, I suppose it would only be triggered if the return value from MultiByteToWideChar() happened to be 1113 exactly. Thanks for this find and for the fix as well.

totalgee commented 2 years ago

Yes, lucky number 1113... Thanks for merging!