Commit b98e7006 authored by Jeffrey Lee's avatar Jeffrey Lee
Browse files

Escape some dollars

Detail:
  s/MenuSelect, s/ModHead - Escape some dollars contained in strings to avoid warnings from objasm
Admin:
  Resulting binary unchanged


Version 0.98. Retagged as 'Pinboard-0_98'
parent 327f14a0
......@@ -277,7 +277,7 @@ OpenConfigure
SWI XWimp_StartTask ; (FG) start command as a task
Pull "PC" ; (FG) say bye bye
OpenCfgPath DCB "BootResources$Path",0
OpenCfgPath DCB "BootResources$$Path",0
OpenCfgCmd DCB "IfThere BootResources:Configure.!PinSetup Then Filer_Run BootResources:Configure.!PinSetup",0
ALIGN
......
......@@ -520,7 +520,7 @@ Init
99
EXIT
Path DCB "Pinboard$Path"
Path DCB "Pinboard$$Path"
DCB 0
PathDefault DCB RESPATH
DCB 0
......
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