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 31b53f8 commit 6aa61b6Copy full SHA for 6aa61b6
ttyd-tools/rel/source/main.cpp
@@ -426,7 +426,7 @@ void checkHeaps()
426
if (!valid)
427
{
428
sprintf(tempDisplayBuffer,
429
- "Standard Heap %" PRId32 " corrupted at 0x%08" PRIX32 "\n",
+ "Standard Heap %" PRId32 " corrupt at 0x%08" PRIX32 "\n",
430
i,
431
reinterpret_cast<uint32_t>(currentChunk));
432
@@ -470,7 +470,7 @@ void checkHeaps()
470
471
472
473
- "Smart Heap corrupted at 0x%08" PRIX32 "\n",
+ "Smart Heap corrupt at 0x%08" PRIX32 "\n",
474
475
476
// Add the text to the heap buffer
0 commit comments