pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/esniper/patches Oops, commit changed patch file too.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d10dc05ace1
branches:  trunk
changeset: 521992:9d10dc05ace1
user:      mjl <mjl%pkgsrc.org@localhost>
date:      Wed Nov 29 22:21:30 2006 +0000

description:
Oops, commit changed patch file too.

diffstat:

 misc/esniper/patches/patch-aa |  49 +-----------------------------------------
 1 files changed, 2 insertions(+), 47 deletions(-)

diffs (64 lines):

diff -r 1507bcfcb71d -r 9d10dc05ace1 misc/esniper/patches/patch-aa
--- a/misc/esniper/patches/patch-aa     Wed Nov 29 22:18:19 2006 +0000
+++ b/misc/esniper/patches/patch-aa     Wed Nov 29 22:21:30 2006 +0000
@@ -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 @@
  #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;



Home | Main Index | Thread Index | Old Index