1
0
mirror of https://github.com/simh/simh.git synced 2026-04-15 16:11:13 +00:00

H316, Ibm1130, S3: Silence GCC warnings about potential format truncation

This commit is contained in:
Mark Pizzolato
2019-12-30 17:44:15 -08:00
parent 3dc0d24ded
commit 4fe9ae7f76
3 changed files with 6 additions and 5 deletions

View File

@@ -272,7 +272,7 @@ int32 printf_sym (FILE *of, char *strg, t_addr addr, uint32 *val,
{
int32 c1, c2, group, len1, len2, inst, aaddr, baddr;
int32 oplen, groupno, i, j, vpos, qbyte, da, m, n;
char bld[128], bldaddr[32], boperand[32], aoperand[32];
char bld[128], bldaddr[96], boperand[32], aoperand[32];
int32 blk[16], blt[16];
int32 blkadd;