diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-26 07:09:10 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-26 07:09:10 +0000 |
commit | a2d848810e589fe601be7d8405d3813a1267d01b (patch) | |
tree | e014d9ec36615b3215680175a500401a455420bc /news/klibido | |
parent | 80f4cb951025b030fedb0b4990ac9e6a295ba77c (diff) | |
download | ports-a2d848810e589fe601be7d8405d3813a1267d01b.tar.gz ports-a2d848810e589fe601be7d8405d3813a1267d01b.zip |
Notes
Diffstat (limited to 'news/klibido')
-rw-r--r-- | news/klibido/files/patch-src__addserver.cpp (renamed from news/klibido/files/patch-src_addserver.cpp) | 4 | ||||
-rw-r--r-- | news/klibido/files/patch-src__nntpthreadsocket.h | 11 | ||||
-rw-r--r-- | news/klibido/files/patch-src__yydecoder.h | 11 |
3 files changed, 24 insertions, 2 deletions
diff --git a/news/klibido/files/patch-src_addserver.cpp b/news/klibido/files/patch-src__addserver.cpp index c1c10197ae92..836378554c8e 100644 --- a/news/klibido/files/patch-src_addserver.cpp +++ b/news/klibido/files/patch-src__addserver.cpp @@ -1,5 +1,5 @@ ---- src/addserver.cpp.orig Tue Dec 12 20:12:32 2006 -+++ src/addserver.cpp Tue Dec 12 20:13:17 2006 +--- ./src/addserver.cpp.orig 2006-01-06 09:44:19.000000000 -0600 ++++ ./src/addserver.cpp 2007-06-25 23:04:41.000000000 -0500 @@ -27,7 +27,7 @@ buttonOk->setIconSet(KGlobal::iconLoader()->loadIcon("button_ok", KIcon::Small, 0, false)); buttonCancel->setIconSet(KGlobal::iconLoader()->loadIcon("button_cancel", KIcon::Small, 0, false)); diff --git a/news/klibido/files/patch-src__nntpthreadsocket.h b/news/klibido/files/patch-src__nntpthreadsocket.h new file mode 100644 index 000000000000..455e621e4a38 --- /dev/null +++ b/news/klibido/files/patch-src__nntpthreadsocket.h @@ -0,0 +1,11 @@ +--- ./src/nntpthreadsocket.h.orig 2007-06-25 23:05:29.000000000 -0500 ++++ ./src/nntpthreadsocket.h 2007-06-25 23:06:23.000000000 -0500 +@@ -234,7 +234,7 @@ + bool getHead(QString group, int artnum); //Unimplemented + int m_getError() {return error;} + const char *m_getErrorDesc() {return (const char *) errorString;} +- char * NntpThreadSocket::m_findEndLine( char * start, char * end ); ++ char * m_findEndLine( char * start, char * end ); + void setHost(NntpHost *nh); + bool m_sendCmd( QString& cmd, int response ); + QTime prevTime, currentTime; diff --git a/news/klibido/files/patch-src__yydecoder.h b/news/klibido/files/patch-src__yydecoder.h new file mode 100644 index 000000000000..5db1f18b1828 --- /dev/null +++ b/news/klibido/files/patch-src__yydecoder.h @@ -0,0 +1,11 @@ +--- ./src/yydecoder.h.orig 2007-06-25 23:05:38.000000000 -0500 ++++ ./src/yydecoder.h 2007-06-25 23:06:50.000000000 -0500 +@@ -87,7 +87,7 @@ + + private: + +- inline void yyDecoder::charCRC(const unsigned char *c); ++ inline void charCRC(const unsigned char *c); + + QStringList m_fileParts; + QStringList::Iterator fileIterator; |