THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - Stefano Ariotta (sqrtStefano) 

Attached to Project - awesome
Summary - Typo in default rc.lua causes runtime error
Task Type - Bug Report
Category - Core
Status - Unconfirmed
Assigned To - 
Operating System - Linux
Severity - Low
Priority - Normal
Reported Version - 3.4.15
Due in Version - Undecided
Due Date - Undecided
Details - The default rc.lua created after the installation (Version 3.4.15) 
has a typo, row 278/374:

keynumber = math.min(9, math.max(#tags[s], keynumber));

should be instead:

keynumber = math.min(9, math.max(#tag[s], keynumber));

It's a minor thing, but this may cause runtime error if a variable tags is made 
(as suggested for example in the FAQ).

More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1160

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to [email protected].

Reply via email to