bad replacement string

This commit is contained in:
sonoro1234
2018-07-07 09:55:47 +02:00
parent 9694c710b7
commit 70eb52f582

View File

@@ -256,7 +256,7 @@ local function struct_parser()
--nothing
else
local linea = line:gsub("%S+",{class="struct",mutable=""})
linea = linea:gsub("(%b<>)","/%*%1%*/") --comment template parameters
linea = linea:gsub("(%b<>)","/*%1*/")--,"/%*%1%*/") --comment template parameters
table.insert(structcdefs,linea..comment)
--]]
end