Fix formatting of libfuse version info.
authorhelg <helg@openbsd.org>
Fri, 15 Dec 2017 12:08:22 +0000 (12:08 +0000)
committerhelg <helg@openbsd.org>
Fri, 15 Dec 2017 12:08:22 +0000 (12:08 +0000)
ok mpi@

lib/libfuse/fuse.c

index 7067a84..d0dde9a 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: fuse.c,v 1.39 2017/12/14 14:50:02 helg Exp $ */
+/* $OpenBSD: fuse.c,v 1.40 2017/12/15 12:08:22 helg Exp $ */
 /*
  * Copyright (c) 2013 Sylvestre Gallon <ccna.syl@gmail.com>
  *
@@ -401,7 +401,8 @@ dump_help(void)
 static void
 dump_version(void)
 {
-       fprintf(stderr, "FUSE library version %i\n", FUSE_VERSION);
+       fprintf(stderr, "FUSE library version: %d.%d\n", FUSE_MAJOR_VERSION,
+           FUSE_MINOR_VERSION);
 }
 
 static int