mirror of
https://github.com/joe7575/techpack.git
synced 2025-02-17 02:12:25 +01:00
string conversion bug fixed
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user