1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-24 11:55:43 +00:00

Make sure 'continuing from mem'-msg is also visible when removing old syntax configurations

This commit is contained in:
Nikolas Garofil 2010-11-22 15:45:29 +01:00
parent 0d956d8d8b
commit 773b53b94d

View File

@ -131,6 +131,7 @@ end;
local config = input:read('*a');
input:close();
local settings, text = config:match('^(.-)TEXT\n(.*)$');
@ -138,7 +139,6 @@ local converted = 'conky.config = {\n' .. settings:gsub('.-\n', convert) .. '};\
quote(text) .. ';\n';
if conky == nil then
input:close();
if #arg == 2 then
output = io.output(arg[2]);
else