1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-06-28 17:08:50 +00:00

commit new z.lua

This commit is contained in:
skywind3000
2019-02-05 06:13:15 +08:00
parent db3835d0ca
commit 177cb48e27
+2 -2
View File
@@ -1440,10 +1440,10 @@ function z_purge()
local N = data_filter(M)
local x = #M
local y = #N
if #M == ~N then
if x == y then
return x, y
end
data_save(DATA_FILE, X)
data_save(DATA_FILE, N)
return x, y
end