mirror of
https://github.com/open-simh/simh.git
synced 2026-04-27 12:39:13 +00:00
VAXStation3100's: Fix Coverity identified warning
This commit is contained in:
@@ -681,7 +681,7 @@ if (hd <= 2) {
|
|||||||
rd_xb[255] = c; /* checksum */
|
rd_xb[255] = c; /* checksum */
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
memset (&rd_xb[0], 0, RD_NUMBY);
|
memset (rd_xb, 0, RD_NUMBY);
|
||||||
return SCPE_OK;
|
return SCPE_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user