aboutsummaryrefslogtreecommitdiff
path: root/nomsu_compiler.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nomsu_compiler.lua')
-rw-r--r--nomsu_compiler.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/nomsu_compiler.lua b/nomsu_compiler.lua
index b096659..4f181f2 100644
--- a/nomsu_compiler.lua
+++ b/nomsu_compiler.lua
@@ -962,6 +962,7 @@ do
if j > 1 then
nomsu:append("\n")
end
+ line = gsub(line, "\\", "\\\\")
if #line > 1.25 * MAX_LINE then
local remainder = line
while #remainder > 0 do