Commit 617d00bf authored by Jeffrey Lee's avatar Jeffrey Lee
Browse files

Escape some dollars

Detail:
  s/modulewrap - Escape some dollars contained in strings to avoid warnings from objasm
Admin:
  Resulting binary unchanged (FilerAction)


Version 5.83. Retagged as 'RISC_OSLib-5_83'
parent 4733881f
...@@ -614,7 +614,7 @@ ModuleWrap_Init ...@@ -614,7 +614,7 @@ ModuleWrap_Init
Pull "pc" Pull "pc"
[ :DEF:FilerAct [ :DEF:FilerAct
FilerActPath DCB "FilerAct$Path", 0 FilerActPath DCB "FilerAct$$Path", 0
PathDefault DCB "Resources:$.Resources.FilerAct.", 0 PathDefault DCB "Resources:$.Resources.FilerAct.", 0
ALIGN ALIGN
] ]
......
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