mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:04:59 +00:00
AK: Unbreak building with extra debug macros
This commit is contained in:
parent
33138900de
commit
184b454e2f
3 changed files with 6 additions and 4 deletions
|
@ -41,7 +41,7 @@ void dump_all_stringimpls()
|
|||
{
|
||||
unsigned i = 0;
|
||||
for (auto& it : *g_all_live_stringimpls) {
|
||||
dbgprsize_tf("%u: \"%s\"\n", i, (*it).characters());
|
||||
dbgprintf("%u: \"%s\"\n", i, (*it).characters());
|
||||
++i;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue