Software /
code /
prosody
Diff
util/datamanager.lua @ 267:6303b7454ad0
Some bugs fixed
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Sat, 15 Nov 2008 05:33:14 +0500 |
parent | 247:681b29aa134f |
child | 452:613c5c6bdce4 |
line wrap: on
line diff
--- a/util/datamanager.lua Fri Nov 14 02:54:56 2008 +0000 +++ b/util/datamanager.lua Sat Nov 15 05:33:14 2008 +0500 @@ -6,7 +6,7 @@ local log = log; local io_open = io.open; local os_remove = os.remove; -local tostring = tostring; +local tostring, tonumber = tostring, tonumber; local error = error; local next = next; local t_insert = table.insert;