From a4224fbb25e3453472721b411a05b689cae9c556 Mon Sep 17 00:00:00 2001 From: "p.kosyh" Date: Sun, 11 Oct 2009 14:35:54 +0000 Subject: [PATCH] par revert --- stead/stead.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stead/stead.lua b/stead/stead.lua index 2148df1..b126777 100644 --- a/stead/stead.lua +++ b/stead/stead.lua @@ -11,7 +11,7 @@ stead = { function par(space,...) local i, res for i = 1, stead.table.maxn(arg) do - if type(arg[i]) == 'string' and arg[i] ~= "" then + if type(arg[i]) == 'string' then if res == nil then res = "" else