From 4525d47699b878a6e5449436a0075d78a3d870dc Mon Sep 17 00:00:00 2001 From: Andrew Alderwick Date: Sun, 3 Oct 2021 01:05:54 +0100 Subject: [PATCH] Fixed year usage in prng.tal, thanks makeworld! --- projects/examples/demos/prng.tal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/examples/demos/prng.tal b/projects/examples/demos/prng.tal index 38eb81f..29292cf 100644 --- a/projects/examples/demos/prng.tal +++ b/projects/examples/demos/prng.tal @@ -25,7 +25,7 @@ #00 .DateTime/hour DEI #04 SFT2 #00 .DateTime/day DEI #10 SFT2 EOR2 #00 .DateTime/month DEI #60 SFT2 EOR2 - #00 .DateTime/year DEI #a0 SFT2 EOR2 ;prng2/y STA2 + .DateTime/year DEI2 #a0 SFT2 EOR2 ;prng2/y STA2 ;prng2/x LDA2 ;prng2/y LDA2 EOR2 ORAk ,&non-zero JCN INC2 &non-zero ;prng/seed STA2