Commit 0fe05f78 authored by Jeffrey Lee's avatar Jeffrey Lee
Browse files

Escape some dollars

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


Version 0.41. Retagged as 'Display-0_41'
parent d036d402
......@@ -243,9 +243,9 @@ msg_datasave
Debug msg," sent ref",lr
EXIT
wimpscrapname DCB "Wimp$Scrap",0
wimpscrapname2 DCB "<Wimp$Scrap>",0
deletescrap DCB "%Delete <Wimp$Scrap>",0
wimpscrapname DCB "Wimp$$Scrap",0
wimpscrapname2 DCB "<Wimp$$Scrap>",0
deletescrap DCB "%Delete <Wimp$$Scrap>",0
ALIGN
MakeErrorBlock Modes_InvalidFile
......
......@@ -131,7 +131,7 @@ Mod_Init
EXIT
Mod_Path DCB "DisplayManager$Path",0
Mod_Path DCB "DisplayManager$$Path",0
Mod_PathDefault DCB "Resources:$.Resources.Display.",0
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