From d5aa4e52983712f9f4c5b23528d0c2dab12b0b33 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 26 Jan 2018 15:18:56 -0800 Subject: Minor fix for value_to_nomsu --- nomsu.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nomsu.lua') diff --git a/nomsu.lua b/nomsu.lua index a847715..afa4cb0 100644 --- a/nomsu.lua +++ b/nomsu.lua @@ -806,7 +806,7 @@ do local _accum_0 = { } local _len_0 = 1 for k, v in pairs(value) do - _accum_0[_len_0] = tostring(self:value_to_nomsu(k)) .. "=" .. tostring(self:value_to_nomsu(v)) + _accum_0[_len_0] = tostring(self:value_to_nomsu(k)) .. ":" .. tostring(self:value_to_nomsu(v)) _len_0 = _len_0 + 1 end return _accum_0 -- cgit v1.2.3