1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-13 23:37:13 +00:00

VAXStation3100's: Fix Coverity identified warning

This commit is contained in:
Mark Pizzolato 2020-12-11 07:18:06 -08:00
parent fcc7c37d5a
commit 567005a08d

View File

@ -681,7 +681,7 @@ if (hd <= 2) {
rd_xb[255] = c; /* checksum */
}
else
memset (&rd_xb[0], 0, RD_NUMBY);
memset (rd_xb, 0, RD_NUMBY);
return SCPE_OK;
}