Added 'file ?' and shell escape, and some re-organization

This commit is contained in:
ceriel
1990-10-29 11:38:35 +00:00
parent 7188b07f43
commit eaaab0063b
22 changed files with 1911 additions and 648 deletions

View File

@@ -224,7 +224,7 @@ print_val(tp, tp_sz, addr, compressed, indent, format)
break;
}
if (i > 1) {
fputc(',', db_out);
putc(',', db_out);
}
fprintf(db_out, "\n%*c", i > 1 ? indent : indent - 4, ' ');
}
@@ -259,7 +259,7 @@ print_val(tp, tp_sz, addr, compressed, indent, format)
break;
}
if (i > 1) {
fputc(',', db_out);
putc(',', db_out);
}
fprintf(db_out, "\n%*c", i > 1 ? indent : indent - 4, ' ');
}