changed Pointer_stringify to UTF8ToString in screenshot.cpp

This commit is contained in:
Zeno Rogue 2020-01-29 18:19:10 +01:00
parent f05fa60400
commit 5ba7b4ce11
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ EX namespace svg {
EM_ASM_({ EM_ASM_({
var x=window.open(); var x=window.open();
x.document.open(); x.document.open();
x.document.write(Pointer_stringify($0)); x.document.write(UTF8ToString($0));
x.document.close(); x.document.close();
}, f.s.c_str()); }, f.s.c_str());
#else #else