mirror of
https://github.com/joe7575/techpack.git
synced 2024-11-22 15:23:43 +01:00
string conversion bug fixed
This commit is contained in:
parent
7bdd7fcf3f
commit
9e439473cb
@ -28,6 +28,7 @@ end
|
||||
|
||||
-- '#' is used as placeholder for rule numbers and has to be escaped
|
||||
function smartline.escape(s)
|
||||
s = tostring(s)
|
||||
return s:gsub("#", '"..string.char(35).."')
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user