VAXStation3100's: Fix Coverity identified warning
This commit is contained in:
parent
fcc7c37d5a
commit
567005a08d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue