This commit is contained in:
p.kosyh 2011-07-17 11:58:43 +00:00
parent a7fb1754f5
commit bf305ffaac

View file

@ -321,7 +321,7 @@ local ilist = function(s, var)
return inext, s, nil;
end
local ordered_i =function(t)
local ordered_i = function(t)
local ordered = {};
local i,v, max;
max = 0;