1
0
mirror of https://github.com/PDP-10/its.git synced 2026-02-27 17:22:35 +00:00

Fix conditional brackets in XQUEUE.

The QUEFIL routine has been conditionalized for MIT, but the brackets
are in the wrong place.  This results in the MOVEI B,DEVICE being
dropped, resulting in garbage being passed in B to RFN"PFN.  XQUEUE
then writes a nonsensical file name to the .XGPR. queue file, and
XGPSPL picks this up and prints it on its console.
This commit is contained in:
Lars Brinkhoff
2024-02-09 18:48:27 +01:00
parent b96e57dbec
commit bbed2274c0

View File

@@ -1074,13 +1074,13 @@ repeat 2,[push p,y ; save rest of date
;Output the filenames into the queue file.
quefil:
move b,device
ifn mit,[
move b,device
move a,machin
camn b,['DSK,,]
movem a,device
movei b,device
]
movei b,device
move d,[440700,,fnmbuf]
pushj p,rfn"pfn ; Convert text file name to a string.
move d,[440700,,fnmbuf]