summaryrefslogtreecommitdiff
path: root/misc/esniper
diff options
context:
space:
mode:
authormjl <mjl@pkgsrc.org>2006-11-29 22:21:30 +0000
committermjl <mjl@pkgsrc.org>2006-11-29 22:21:30 +0000
commit9aec07d8c1f5ea8b18f2c07bbc83ea287784bb75 (patch)
tree33dac834eddc2de254b3d0a17fcdfb7eeea2eaff /misc/esniper
parent1fa27546a1152ab007fb9253cc91085ae45cb54e (diff)
downloadpkgsrc-9aec07d8c1f5ea8b18f2c07bbc83ea287784bb75.tar.gz
Oops, commit changed patch file too.
Diffstat (limited to 'misc/esniper')
-rw-r--r--misc/esniper/patches/patch-aa49
1 files changed, 2 insertions, 47 deletions
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 <limits.h>
#include <stdio.h>
#include <stdlib.h>
-@@ -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;