mirror of
https://github.com/skywind3000/z.lua
synced 2026-03-18 13:49:50 +00:00
fixed: typo
This commit is contained in:
2
z.lua
2
z.lua
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user