Bug fix in ZRL decoding

This commit is contained in:
ceriel 1989-12-08 15:04:37 +00:00
parent a8033da29e
commit 9bab5d363c
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
8-Dec-89 Ceriel Jacobs (ceriel) at ceriel
Bug fix: one of the many ZRL encodings was decoded wrong.
22-Nov-89 Ceriel Jacobs (ceriel) at ceriel
Some more speed-up changes, resulting in another 5%.

View file

@ -280,7 +280,7 @@ DoZRLn2(arg)
LOG(("@Z6 DoZRLn2(%ld)", l));
spoilFRA();
l = arg_l(arg);
l = arg_l(l);
st_stw(loc_addr(l), 0L);
}