fixed: typo

This commit is contained in:
skywind3000
2019-02-01 18:26:07 +08:00
parent 6a53ba62b1
commit e50761a2c4
+1 -1
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)