lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 8/22/07, PA <petite.abeille@gmail.com> wrote:
> lua: summary.lua:56: attempt to perform arithmetic on global
> 'local_time' (a string value)
> stack traceback:
>          summary.lua:56: in function 'CreateSummary'
>          summary.lua:96: in main chunk
>
> Thoughts?

This is caused by the use of string.find instead of string.match. The
packages have been updated (with the same version number since there
were only two downloads).

André