mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Fixed: Crash on webig debug log
--HG-- branch : develop
This commit is contained in:
parent
1348304715
commit
9e7258d96e
1 changed files with 1 additions and 1 deletions
|
@ -4985,7 +4985,7 @@ namespace NLGUI
|
||||||
}
|
}
|
||||||
|
|
||||||
#if LOG_DL
|
#if LOG_DL
|
||||||
nlwarning("(%s) browse local file '%s'", filename.c_str());
|
nlwarning("browse local file '%s'", filename.c_str());
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
_TrustedDomain = true;
|
_TrustedDomain = true;
|
||||||
|
|
Loading…
Reference in a new issue