From ea5072aa0d09c6632c4129b64857e14fc427a38f Mon Sep 17 00:00:00 2001 From: mjl Date: Wed, 29 Nov 2006 22:21:30 +0000 Subject: Oops, commit changed patch file too. --- misc/esniper/patches/patch-aa | 49 ++----------------------------------------- 1 file changed, 2 insertions(+), 47 deletions(-) (limited to 'misc/esniper') diff --git a/misc/esniper/patches/patch-aa b/misc/esniper/patches/patch-aa index f5fa45d93b7..d7b8f5d3559 100644 --- a/misc/esniper/patches/patch-aa +++ b/misc/esniper/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.3 2006/10/22 18:51:32 heinz Exp $ +$NetBSD: patch-aa,v 1.4 2006/11/29 22:21:30 mjl Exp $ ---- auction.c.orig 2005-10-19 13:37:59.000000000 +0200 +--- auction.c.orig Wed Oct 19 13:37:59 2005 +++ auction.c @@ -28,6 +28,7 @@ #include "buffer.h" @@ -10,51 +10,6 @@ $NetBSD: patch-aa,v 1.3 2006/10/22 18:51:32 heinz Exp $ #include #include #include -@@ -749,7 +750,7 @@ parseBidHistory(memBuf_t *mp, auctionInf - aip->reserve = 1; - else { - aip->reserve = 0; -- if ((foundHeader = !strcmp("User ID", line))) -+ if ((foundHeader = !strcmp("Bidder", line))) - /* skip over first line */ - freeTableRow(getTableRow(mp)); - } -@@ -762,7 +763,7 @@ parseBidHistory(memBuf_t *mp, auctionInf - * Single item auction: - * Header line: - * "" -- * "User ID" -+ * "Bidder" - * "Bid Amount" - * "Date of bid" - * "" -@@ -784,7 +785,7 @@ parseBidHistory(memBuf_t *mp, auctionInf - * Purchase (buy-it-now only): - * Header line: - * "" -- * "User ID" -+ * "Bidder" - * "Bid Amount" - * "Qty" - * "Date of bid" -@@ -808,7 +809,7 @@ parseBidHistory(memBuf_t *mp, auctionInf - * Dutch auction: - * Header line: - * "" -- * "User ID" -+ * "Bidder" - * "Bid Amount" - * "Quantity wanted" - * "Quantity winning" -@@ -841,7 +842,7 @@ parseBidHistory(memBuf_t *mp, auctionInf - char *rawHeader = (ncolumns >= 5) ? row[1] : NULL; - char *header = getNonTagFromString(rawHeader); - -- foundHeader = header && !strcmp(header, "User ID"); -+ foundHeader = header && !strcmp(header, "Bidder"); - freeTableRow(row); - free(header); - } @@ -1189,7 +1190,7 @@ ebayLogin(auctionInfo *aip) char *url, *logUrl; pageInfo_t *pp; -- cgit v1.2.3