mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #00970
[Bug 493400] Re: Debug shows incorrect mapping of matches[]
** Changed in: mudlet
Assignee: (unassigned) => Jerle Minara (jerleminara)
** Changed in: mudlet
Status: Fix Committed => In Progress
--
Debug shows incorrect mapping of matches[]
https://bugs.launchpad.net/bugs/493400
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
Status in Mudlet the MUD client: In Progress
Bug description:
When triggers show on debug, they show as follows:
12:34:56.000 new line arrived: blahblahblah
Trigger name = whatever
matches[0] = blahblahblah
matches[1] = blah
This is misleading. Matches indexes from 1, not 0. It should read:
matches[1] = blahblahblah
matches[2] = blah
References