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

Escape some dollars

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


Version 0.71. Retagged as 'DeviceFS-0_71'
parent 9d79ab31
......@@ -382,11 +382,11 @@ fs_name = "devices", 0 ; filing system
resource_file = "Resources:$.Resources.DeviceFS.Messages", 0
]
devicevarbits = "DeviceFS$", 0, "$Options", 0 ; DeviceFS$<device name>$Options
pathvarbits = "$Path", 0, "devices#<FileSwitch$SpecialField>:$"
devicevarbits = "DeviceFS$", 0, "$$Options", 0 ; DeviceFS$<device name>$Options
pathvarbits = "$$Path", 0, "devices#<FileSwitch$$SpecialField>:$"
pathvarbits2 = ".", 0 ; used twice
set_filetype = "Set File$Type_FCC Device", 0 ; setup variable for device file type
set_filetype = "Set File$$Type_FCC Device", 0 ; setup variable for device file type
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