Some easy loss-of-precision fixes.

This commit is contained in:
nhkeni
2022-03-16 17:49:29 -04:00
parent 16ea5e7fa6
commit 81b014977d
6 changed files with 16 additions and 13 deletions

View File

@@ -207,7 +207,7 @@ NH_panictrace_libc(void)
{
#ifdef PANICTRACE_LIBC
void *bt[20];
size_t count, x;
int count, x;
char **info, buf[BUFSZ];
raw_print(" Generating more information you may report:\n");