We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2bffd commit c1d7d3cCopy full SHA for c1d7d3c
src/base/NumberFormatter.cpp
@@ -330,4 +330,4 @@ std::string CNumberFormatter::format(const void *ptr) {
330
char buffer[24];
331
std::sprintf(buffer, "%p", ptr);
332
return std::string(buffer);
333
-}z
+}
0 commit comments