From 617d00bf901b0caddb39192738ded502d47bca47 Mon Sep 17 00:00:00 2001
From: Jeffrey Lee <jlee@gitlab.riscosopen.org>
Date: Fri, 16 Jan 2015 01:01:12 +0000
Subject: [PATCH] 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'
---
 s/modulewrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/s/modulewrap b/s/modulewrap
index 539473d..368b81e 100644
--- a/s/modulewrap
+++ b/s/modulewrap
@@ -614,7 +614,7 @@ ModuleWrap_Init
         Pull    "pc"
 
  [ :DEF:FilerAct
-FilerActPath    DCB     "FilerAct$Path", 0
+FilerActPath    DCB     "FilerAct$$Path", 0
 PathDefault     DCB     "Resources:$.Resources.FilerAct.", 0
         ALIGN
  ]
-- 
GitLab