Skip to content

Commit

Permalink
Last windows fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Nilsson committed Feb 23, 2017
1 parent de2a2a8 commit d2df380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LoggingBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ std::string get_process_name() {
using convert_typeX = std::codecvt_utf8<wchar_t>;
std::wstring_convert<convert_typeX, wchar_t> converterX;

return converterX.to_bytes(wstr);
return converterX.to_bytes(buf);
}
#elif defined(__APPLE__) || defined(__APPLE_CC__)
#include <mach-o/dyld.h>
Expand Down

0 comments on commit d2df380

Please sign in to comment.