Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:kssingvo
bidwatcher
bidwatcher-1.3.17-changes_20071231.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bidwatcher-1.3.17-changes_20071231.patch of Package bidwatcher
--- bidwatcher/helpers.cpp.orig 2007-08-17 14:41:05.000000000 +0200 +++ bidwatcher/helpers.cpp 2007-12-31 17:16:17.000000000 +0100 @@ -1142,15 +1142,15 @@ * and eBay Motors anymore. Both are equal, and the syntax has changed * too (2007-07-19, Klaus Singvogel) */ - scratch = strstr(Buff, " on eBay "); + scratch = strstr(Buff, " - eBay "); if (scratch != NULL) { - DPRINTF(DLOW, ("found ' on eBay ' in auction, new type, scanning...\n")); + DPRINTF(DLOW, ("found ' - eBay ' in auction, new type, scanning...\n")); scratch = parseDescription(Buff, scratch); DPRINTF(DLOW, ("Auction name = '%s'\n", Description)); } else { - DPRINTF(DLOW, ("no mandatory matching ' on eBay ' in buffer\n")); + DPRINTF(DLOW, ("no mandatory matching ' - eBay ' in buffer\n")); return FALSE; } --- bidwatcher/bidwatcher.cpp.orig 2007-12-31 17:04:38.000000000 +0100 +++ bidwatcher/bidwatcher.cpp 2007-12-31 17:32:50.000000000 +0100 @@ -3423,6 +3423,13 @@ return NULL; } + if (newNumber == 0L) { + // "0" is no valid auction + showError("0 is not a valid auction number." ); + updateInProgress = FALSE; + return NULL; + } + // scan current list, make sure this isn't a dup for (i=0; i < aucIdx; i++) { if (newNumber==auction[i]->ItemNumber) {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor