X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/53b417e4141c344a2c6f29d511d5d21d41a6dfa7..719bc858b516afe845f2342bb2de06b6b1f17855:/rsync.h diff --git a/rsync.h b/rsync.h index 73152c4b..a2f2af63 100644 --- a/rsync.h +++ b/rsync.h @@ -751,7 +751,7 @@ extern int errno; #define INITACCESSPERMS 0700 /* handler for null strings in printf format */ -#define NS(s) ((s)?(s):"") +#define NS(s) ((s)?safe_fname(s):"") #if !defined(__GNUC__) || defined(APPLE) /* Apparently the OS X port of gcc gags on __attribute__.