1
0
mirror of https://github.com/simh/simh.git synced 2026-01-28 12:49:21 +00:00

Compiler indicated cleanups

This commit is contained in:
Mark Pizzolato
2014-01-08 13:06:42 -08:00
parent 2ea8a0a30f
commit b61e5ae176
2 changed files with 4 additions and 1 deletions

View File

@@ -1623,7 +1623,7 @@ for (i = 0; i < val; i++)
temptabs[i] = 0;
do {
cptr = get_glyph (cptr, gbuf, ';');
d = get_uint (gbuf, 10, val, &r);
d = (int32)get_uint (gbuf, 10, val, &r);
if ((r != SCPE_OK) || (d == 0)) {
free (temptabs);
return SCPE_ARG;