1
0
mirror of https://github.com/simh/simh.git synced 2026-02-16 04:34:05 +00:00

Fix UTF-8 encoding for four files

This commit is contained in:
Peter Schorn
2023-04-02 12:52:23 -10:00
committed by Mark Pizzolato
parent b4e3dad8a4
commit d808d3ba3a
4 changed files with 389 additions and 389 deletions

View File

@@ -1676,7 +1676,7 @@ if (xidex) { /* is EMA declared? */
}
} /* not EMA reference */
ndim = ReadW(dtbl++);
if (ndim<0) goto em15; /* negative ´dimensions */
if (ndim<0) goto em15; /* negative dimensions */
sum = 0; /* accu for index calc */
while (ndim > 0) {
MR = ReadW (atbl++); /* fetch address of A(N) */