From 34a8d6304babab3e9ef0aa8df74379df58d7d841 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 22 Sep 2015 17:29:54 +0200 Subject: [PATCH] Fix compilation error with new fstype_cmp() function --- bacula/src/findlib/fstype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/findlib/fstype.c b/bacula/src/findlib/fstype.c index 55ac70a03f..c2bc83d7d4 100644 --- a/bacula/src/findlib/fstype.c +++ b/bacula/src/findlib/fstype.c @@ -87,7 +87,7 @@ void add_mtab_item(void *user_ctx, struct stat *st, const char *fstype, } /* Compare directly the FS from a fname with a string */ -bool fstype_cmp(FF_PKT *ff_pkt, const char fsname) +bool fstype_cmp(FF_PKT *ff_pkt, const char *fsname) { char buf[256]; if (fstype(ff_pkt, buf, sizeof(buf))) { -- 2.39.5