simplified how to retrieve dbgi a bit

This commit is contained in:
2025-09-28 00:42:01 +09:00
parent 0128fe88dc
commit 50c1d63ef4
6 changed files with 140 additions and 69 deletions

View File

@ -1004,7 +1004,7 @@ void hak_dumpcnode (hak_t* hak, hak_cnode_t* cnode, int newline)
}
}
if (newline) hak_logbfmt(hak, HAK_LOG_FATAL, "\n");
if (newline) hak_logbfmt(hak, HAK_LOG_FATAL, "\n");
}