summaryrefslogtreecommitdiffstats
path: root/contrib/csup/updater.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/csup/updater.c')
-rw-r--r--contrib/csup/updater.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/csup/updater.c b/contrib/csup/updater.c
index ff66c66..d73775b 100644
--- a/contrib/csup/updater.c
+++ b/contrib/csup/updater.c
@@ -1575,7 +1575,7 @@ updater_rcsedit(struct updater *up, struct file_update *fup, char *name,
lprintf(1, " -> Attic"); \
lprintf(1, "\n"); \
(rf) = rcsfile_frompath((path), (name), (cvsroot), \
- (tag)); \
+ (tag), 0); \
if ((rf) == NULL) { \
xasprintf(&(up)->errmsg, \
"Error reading rcsfile %s\n", (name)); \
OpenPOWER on IntegriCloud