Commit 4cf70c59 authored by Robert Sprowson's avatar Robert Sprowson
Browse files

Add patch to increase resource path buffer from 32 bytes to 96

Should allow most common <AppName$Dir>.Resources.Country.Messages encountered.
Fix for ticket #328.
Tagged as Desk-3_2_5-NoUnaligned-LongerResPath.
parent c2f2a3d4
......@@ -46,8 +46,19 @@ CASElib$ OF
MOVNE PC,R14 : MOVNE PC,R14
.p2stop
]
REM DeskM old code sequence at +&450B0 versus new
[ OPT2
.p3start
DCD 0 : DCD 0
DCD 0 : DCD 0
DCD &11 : DCD &11
DCD &2 : DCD &2
DCD &20 : DCD &60 \Make Desk_resource_pathname longer
.p3stop
]
PROCpatch325apply(&17884,p1start,p1stop-p1start)
PROCpatch325apply(&178E0,p2start,p2stop-p2start)
PROCpatch325apply(&450B0,p3start,p3stop-p3start)
WHEN"o.Desk":
P%=code%
REM Desk old code sequence at +&16C3C versus new
......@@ -76,8 +87,19 @@ CASElib$ OF
MOVNE PC,R14 : MOVNE PC,R14
.p2stop
]
REM Desk old code sequence at +&43818 versus new
[ OPT2
.p3start
DCD 0 : DCD 0
DCD 0 : DCD 0
DCD &11 : DCD &11
DCD &2 : DCD &2
DCD &20 : DCD &60 \Make Desk_resource_pathname longer
.p3stop
]
PROCpatch325apply(&16C3C,p1start,p1stop-p1start)
PROCpatch325apply(&16C8C,p2start,p2stop-p2start)
PROCpatch325apply(&43818,p3start,p3stop-p3start)
ENDCASE
SYS"XOS_File",10,lib$,&FFD,,lib%,lib%+length%
END
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment