diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2006-05-30 21:41:01 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2006-05-30 21:41:01 +0000 |
commit | ffb7f29d811ece57009fcd9dca651074dd1d44a5 (patch) | |
tree | 9da7fda36b1da0f887d27186573d8c7822b7128b /usr.bin/cvs | |
parent | b0f5bccbd0b02603ae8ee3a91c669d1f6245c808 (diff) |
ugh forgot to change cvs_file_classify here too.
i dont deserve beers tonight.
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r-- | usr.bin/cvs/import.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/import.c b/usr.bin/cvs/import.c index 2ac7e25bb4e..78fcfc85699 100644 --- a/usr.bin/cvs/import.c +++ b/usr.bin/cvs/import.c @@ -1,4 +1,4 @@ -/* $OpenBSD: import.c,v 1.45 2006/05/30 07:00:30 joris Exp $ */ +/* $OpenBSD: import.c,v 1.46 2006/05/30 21:41:00 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink <joris@openbsd.org> * @@ -109,7 +109,7 @@ cvs_import_local(struct cvs_file *cf) cvs_log(LP_TRACE, "cvs_import_local(%s)", cf->file_path); - cvs_file_classify(cf, 0); + cvs_file_classify(cf, NULL, 0); if (cf->file_type == CVS_DIR) { if (!strcmp(cf->file_path, ".")) |