Skip to content

Commit b464c86

Browse files
committed
Changed TODO: line.
1 parent 18f5fda commit b464c86

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

xtra/PATCH.LUA

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ local function patch(p)
3737
local ls = l:sub(1, 1)
3838
if ls == "+" then
3939
if l:sub(2,4) == "++ " then
40-
--TODO: New file
41-
print("New File: '" .. parseFileName(l) .. "'")
40+
--TODO: Just ignore this line?
4241
else
4342
if of then of:write(l:sub(2) .. '\n') ol = ol + 1 end
4443
end

0 commit comments

Comments
 (0)