aboutsummaryrefslogtreecommitdiffstats
path: root/news/newscache/files/patch-Article.cc
blob: 19aead7c21826f0bafb36f95f5c8f07e8f91118f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- 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;