This commit is contained in:
p.kosyh 2010-01-19 05:43:23 +00:00
parent e119315e9a
commit 4ff93e548e

View file

@ -1221,9 +1221,7 @@ function do_ini(self)
v.key_name = k;
end
local function call_ini(k, v)
-- v.key_name = k;
v = call(v, 'ini');
v = cat(v, "^^");
call(v, 'ini');
end
math.randomseed(tonumber(os.date("%m%d%H%M%S")))