amazonfetcher stuck
Sandor Bodo-Merle
sbodomerle at gmail.com
Sat Feb 28 10:01:58 MST 2009
Hi Robby,
in your commit #931271, this hunk should be reverted, otherwise searching on
amazon get stuck ...
Sanyi
--- a/src/fetch/amazonfetcher.cpp
+++ b/src/fetch/amazonfetcher.cpp
@@ -257,10 +257,10 @@ void AmazonFetcher::doSearch() {
}
// if we want isbn10, then convert all
if(!isbn13) {
- for(QStringList::Iterator it = isbns.begin(); it != isbns.end();
++it) {
+ for(QStringList::Iterator it = isbns.begin(); it != isbns.end();
) {
if((*it).length() > 12) {
(*it) = ISBNValidator::isbn10(*it);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://forge.novell.com/pipermail/tellico-users/attachments/20090228/481df69e/attachment.html
More information about the tellico-users
mailing list