From: Wayne Davison Date: Mon, 7 Feb 2005 20:39:13 +0000 (+0000) Subject: Made NS define make use of safe_fname(). X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/719bc858b516afe845f2342bb2de06b6b1f17855 Made NS define make use of safe_fname(). --- 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__.