OSDN Git Service

fix: add garbage if opening the thread over 1000.
authorikemo <ikemo@56b19765-1e22-0410-a548-a0f45d66c51a>
Wed, 12 May 2004 17:05:04 +0000 (17:05 +0000)
committerikemo <ikemo@56b19765-1e22-0410-a548-a0f45d66c51a>
Wed, 12 May 2004 17:05:04 +0000 (17:05 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/kita/kita/trunk@1079 56b19765-1e22-0410-a548-a0f45d66c51a

ChangeLog
kita/src/libkita/access.cpp

index 75c4764..5c59689 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
 
        * add abone pref.
        * use empty tab if possible.
+       * fix: add garbage if opening the thread over 1000.
 
 2004-05-12  Hideki Ikemoto  <ikemo@users.sourceforge.jp>
 
index 054f6af..c464741 100644 (file)
@@ -144,6 +144,7 @@ QString Access::getupdate()
         writeCacheData( url );
     } else retstr = "";
 
+    if ( responseCode() != 200 && responseCode() != 206 ) retstr = QString::null;
     return retstr;
 }