X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/754302080786fe46c3ce431b6f96b796043e4f62..0ee6ca9800ef1f044a235804f07ab25f1e46e19d:/rsync.h diff --git a/rsync.h b/rsync.h index 01e9bc3f..26295f02 100644 --- a/rsync.h +++ b/rsync.h @@ -794,7 +794,7 @@ extern int errno; #define INITACCESSPERMS 0700 /* handler for null strings in printf format */ -#define NS(s) ((s)?safe_fname(s):"") +#define NS(s) ((s)?(s):"") #if !defined __GNUC__ || defined __APPLE__ /* Apparently the OS X port of gcc gags on __attribute__.