mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #01245
[Bug 493400] Re: Debug shows incorrect mapping of matches[]
** Changed in: mudlet
Status: Fix Committed => Fix Released
--
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: Fix Released
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