From: SourceForge.net <no...@so...> - 2005-02-09 18:16:41
|
Patches item #1119481, was opened at 2005-02-09 19:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=650116&aid=1119481&group_id=107748 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Dario Zilocchi (evew) Assigned to: Nobody/Anonymous (nobody) Summary: bnet_proto_model_compare() fix Initial Comment: I found a problem receiving an INFO like: 1: foo, using Starcraft Broodwar in the channel bar.. where the channel is "bar." The model who should catch it is: $n: $x, using $x in the channel $x. The problem is that the last pattern (the ".") is found before the last character, causing bnet_proto_model_compare() to reject to string. Fixed in this patch... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=650116&aid=1119481&group_id=107748 |