Files
fpdb/pyfpdb
Worros ac51876200 PokerStarsTo Fpdb: Fix subtle bug in re_Action
The bet action could become multiline greedy if there was a playername starting with 'card' in the next line.

"""
danny purse: bets $0.50
cardjunkie25: calls $0.50
"""

Would match "danny purse: bets $0.50\ncard", and the rest of that line would be ignored.

Added '$' to the end of the regex to make sure that it is limited to 1 line, and wrap 'cards' as a group.
2010-02-07 19:08:23 +08:00
..
2009-12-03 17:26:40 +08:00
2010-02-03 00:48:45 +00:00
2010-01-26 23:54:04 +00:00
2010-01-31 13:37:59 -05:00
2009-12-12 12:09:58 +00:00
2009-12-03 16:46:10 +08:00
2010-02-01 08:22:14 +00:00
2010-01-21 13:56:50 +08:00
2010-02-05 21:29:07 +08:00
2010-01-26 23:54:04 +00:00