Indent system variable dump better.
Remind unit tests / tests (push) Successful in 48s

This commit is contained in:
Dianne Skoll
2024-09-15 10:21:22 -04:00
parent ee1c931932
commit 739d285e36
2 changed files with 109 additions and 109 deletions
+1 -1
View File
@@ -1120,7 +1120,7 @@ static void DumpSysVar(char const *name, const SysVar *v)
return;
}
if (name) strcat(buffer, name); else strcat(buffer, v->name);
fprintf(ErrFp, "%16s ", buffer);
fprintf(ErrFp, "%25s ", buffer);
if (v) {
if (v->type == CONST_INT_TYPE) {
fprintf(ErrFp, "%d\n", v->constval);