diff options
Diffstat (limited to 'news/newscache/files/patch-Article.cc')
-rw-r--r-- | news/newscache/files/patch-Article.cc | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/news/newscache/files/patch-Article.cc b/news/newscache/files/patch-Article.cc deleted file mode 100644 index 19aead7c2182..000000000000 --- a/news/newscache/files/patch-Article.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- NServer-0.9.1/Article.cc.orig Sun Apr 6 18:09:33 2003 -+++ NServer-0.9.1/Article.cc Sun Apr 6 18:10:44 2003 -@@ -93,7 +93,7 @@ - } - } - --string Article::getfield(const char *ifld, int Full = 0) const -+string Article::getfield(const char *ifld, int Full) const - { - string rfld; - const char *p, *fld; -@@ -214,7 +214,7 @@ - _ctext = _text.c_str(); - } - --ostream & Article::write(ostream & os, int flags = Head | Body) -+ostream & Article::write(ostream & os, int flags) - { - const char *p, *q; - |