diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2006-05-30 21:34:04 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2006-05-30 21:34:04 +0000 |
commit | b0f5bccbd0b02603ae8ee3a91c669d1f6245c808 (patch) | |
tree | 8ddfa032fab50898aed5c3fa31e7589b2362041c | |
parent | c15665aa0e857ea37a8bb55e786e162f6d0fae4f (diff) |
change cvs_file_classify here to, forgot to commit this
when i changed its arguments in the last commit.
-rw-r--r-- | usr.bin/cvs/getlog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/getlog.c b/usr.bin/cvs/getlog.c index c4c9c8afad9..e99586a61c9 100644 --- a/usr.bin/cvs/getlog.c +++ b/usr.bin/cvs/getlog.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getlog.c,v 1.60 2006/05/29 18:00:02 joris Exp $ */ +/* $OpenBSD: getlog.c,v 1.61 2006/05/30 21:34:03 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink <joris@openbsd.org> * @@ -96,7 +96,7 @@ cvs_log_local(struct cvs_file *cf) cvs_log(LP_TRACE, "cvs_log_local(%s)", cf->file_path); - cvs_file_classify(cf, 0); + cvs_file_classify(cf, NULL, 0); if (cf->file_status == FILE_UNKNOWN) { if (verbosity > 0) |