Menu

#22 Fix "parse error" during Dutch Auctions

closed-accepted
None
5
2002-09-08
2002-08-07
Anonymous
No

In a Dutch auction, none of the responses in ProcessBid
are returned, which results in a Parse Error. I just
added the following:
diff helpers.cpp helpers.cpp~
470,471d469
< else if (strstr(Buff, "currently one of the high
bidders ") != NULL)
< return PB_HIGHBID;

Discussion

  • Kevin Dwyer

    Kevin Dwyer - 2002-09-08
    • assigned_to: nobody --> kevindication
    • summary: Fix "parse error" during Dutch Auctions --> Fix "parse error" during Dutch Auctions
    • status: open --> closed-accepted
     
  • Kevin Dwyer

    Kevin Dwyer - 2002-09-08

    Logged In: YES
    user_id=285914

    This looks reasonable, accepting. Just so you know, diff
    -u's are more useful.

     

Log in to post a comment.