mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Use correct result value
This commit is contained in:
parent
1c4595f64e
commit
ea74b46478
1 changed files with 1 additions and 2 deletions
|
|
@ -145,8 +145,7 @@ begin
|
|||
luaL_argerror(L, 1, lua_tostring(L, -1));
|
||||
end;
|
||||
lua_replace(L, 1);
|
||||
f_lines(L);
|
||||
Result:= 1;
|
||||
Result := f_lines(L);
|
||||
end;
|
||||
end;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue