1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-03-18 13:49:50 +00:00

fixed: typo

This commit is contained in:
skywind3000
2019-02-01 18:26:07 +08:00
parent 6a53ba62b1
commit e50761a2c4

2
z.lua
View File

@@ -645,7 +645,7 @@ function data_save(filename, M)
else
math.random_init()
tmpname = filename .. '.' .. tostring(os.time())
tmpname = tmpename .. math.random_string(8)
tmpname = tmpname .. math.random_string(8)
local rnd = os.getenv('_ZL_RANDOM')
tmpname = tmpname .. '' .. (rnd and rnd or '')
-- print('tmpname: '..tmpname)