Bug fix in ZRL decoding
authorceriel <none@none>
Fri, 8 Dec 1989 15:04:37 +0000 (15:04 +0000)
committerceriel <none@none>
Fri, 8 Dec 1989 15:04:37 +0000 (15:04 +0000)
util/int/ChangeLog
util/int/do_incdec.c

index be39ed3..41b5cae 100644 (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%.
 
index 2d31041..db9081b 100644 (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);
 }