Skip to content

Commit 77e2403

Browse files
author
Michael Scott
committed
Nasty bug in mrio1.c fixed
1 parent 314a10c commit 77e2403

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/mrio1.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,8 @@ int otstr(_MIPD_ flash x,char *string)
381381
check=mr_mip->check;
382382
mr_mip->check=OFF;
383383
putdig(_MIPP_ 0,mr_mip->w6,i);
384-
mr_mip->check=mr_mip->check;
384+
/* mr_mip->check=mr_mip->check; Nasty stupid bug! */
385+
mr_mip->check=check;
385386
if (mr_mip->apbase<=60)
386387
{ /* convert number to character */
387388
ch+=48;

0 commit comments

Comments
 (0)