webmcp

changeset 104:290b6b10b160

Bugfix: Removed wrong "r" parameter from io.lines(...) call
author jbe
date Fri Oct 19 19:21:49 2012 +0200 (2012-10-19)
parents da6f69ba217c
children fd31e0aa629a
files framework/bin/autodoc.lua
line diff
     1.1 --- a/framework/bin/autodoc.lua	Mon Oct 15 20:30:42 2012 +0200
     1.2 +++ b/framework/bin/autodoc.lua	Fri Oct 19 19:21:49 2012 +0200
     1.3 @@ -92,7 +92,7 @@
     1.4        end
     1.5        reset()
     1.6      end
     1.7 -    for line in io.lines(filename, "r") do
     1.8 +    for line in io.lines(filename) do
     1.9        local function add_to(tbl)
    1.10          if #tbl > 0 or not string.match(line, "^%s*$") then
    1.11            tbl[#tbl+1] = line

Impressum / About Us