From: Eric Bollengier Date: Tue, 22 Sep 2015 15:29:54 +0000 (+0200) Subject: Fix compilation error with new fstype_cmp() function X-Git-Tag: Release-7.4.0~219 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=34a8d6304babab3e9ef0aa8df74379df58d7d841;p=bacula%2Fbacula Fix compilation error with new fstype_cmp() function --- 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))) {