diff options
Diffstat (limited to 'misc/bidwatcher/patches/patch-aa')
-rw-r--r-- | misc/bidwatcher/patches/patch-aa | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/misc/bidwatcher/patches/patch-aa b/misc/bidwatcher/patches/patch-aa deleted file mode 100644 index 6b1e981a3c3..00000000000 --- a/misc/bidwatcher/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.16 2003/04/06 11:48:25 tron Exp $ - ---- bidwatcher.cpp.orig 2002-12-23 08:49:08.000000000 +0100 -+++ bidwatcher.cpp 2003-03-31 09:53:56.000000000 +0200 -@@ -4093,7 +4093,7 @@ - - if (strlen(HtmlBuff) < 1000) { - #ifdef DEBUG_NETWORK -- fprintf(stderr, "Short web page (%d bytes) from ebay's time web page, retrying... (%d)\n", strlen(HtmlBuff), i); -+ fprintf(stderr, "Short web page (%ld bytes) from ebay's time web page, retrying... (%d)\n", (long int)strlen(HtmlBuff), i); - #endif - continue; - } |