summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/import.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cvs/import.c')
-rw-r--r--usr.bin/cvs/import.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/import.c b/usr.bin/cvs/import.c
index 7a87eb42856..97d52e40895 100644
--- a/usr.bin/cvs/import.c
+++ b/usr.bin/cvs/import.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: import.c,v 1.91 2008/06/08 13:35:47 joris Exp $ */
+/* $OpenBSD: import.c,v 1.92 2008/06/08 20:08:43 tobias Exp $ */
/*
* Copyright (c) 2006 Joris Vink <joris@openbsd.org>
*
@@ -113,7 +113,7 @@ cvs_import(int argc, char **argv)
}
if (logmsg == NULL)
- logmsg = cvs_logmsg_create(NULL, NULL, NULL);
+ logmsg = cvs_logmsg_create(NULL, NULL, NULL, NULL);
if (logmsg == NULL)
fatal("This shouldnt happen, honestly!");