1
0
Fork 0
mirror of synced 2024-05-16 19:02:21 +12:00

Fix basename in diff method

This commit is contained in:
nagadomi 2016-09-27 19:05:53 +09:00
parent 1ce5a8d038
commit d4bab939ab

View file

@ -551,7 +551,7 @@ local function load_user_data(y_dir, y_file, x_dir, x_file)
if x and y then
table.insert(test, {y = y,
x = x,
basename = base})
basename = key})
end
if opt.show_progress then
xlua.progress(i, #y_files)