We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate properly as this might be a usage issue and not an issue on Nexus end.
To Reproduce Steps to reproduce the behavior:
G::APIDefs->Log(ELogLevel_DEBUG, "dbg", String::ToString(user.GetAccountName()).c_str());
GetAccountName()
std::wstring
wchar_t
0x0
Wrapping it in a String::Format("%s", ...) doesn't change the outcome.
Expected behavior An empty message is printed or the message is simply skipped.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Investigate properly as this might be a usage issue and not an issue on Nexus end.
To Reproduce
Steps to reproduce the behavior:
G::APIDefs->Log(ELogLevel_DEBUG, "dbg", String::ToString(user.GetAccountName()).c_str());
GetAccountName()
constructs astd::wstring
from awchar_t
0x0
Wrapping it in a String::Format("%s", ...) doesn't change the outcome.
Expected behavior
An empty message is printed or the message is simply skipped.
The text was updated successfully, but these errors were encountered: