[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/office/tellico/src/fetch
From:       Robby Stephenson <robby () periapsis ! org>
Date:       2009-03-01 0:43:21
Message-ID: 1235868201.899685.9735.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 933477 by rstephenson:

bad mistake leftover from previous commit, make sure to increment

 M  +1 -1      amazonfetcher.cpp  


--- trunk/playground/office/tellico/src/fetch/amazonfetcher.cpp #933476:933477
@@ -243,7 +243,7 @@
         // all of them to isbn10. If we run into a 979 isbn13, then we're forced to do an
         // isbn13 search
         bool isbn13 = false;
-        for(QStringList::Iterator it = isbns.begin(); it != isbns.end(); ) {
+        for(QStringList::Iterator it = isbns.begin(); it != isbns.end(); ++it) {
           if(m_value.startsWith(QLatin1String("979"))) {
             if(m_site == JP) { // never works for JP
               myWarning() << "AmazonFetcher:doSearch() - ISBN-13 searching not implemented for Japan";
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic