Got rid of calls to the (soon to vanish) safe_fname() function.
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index 01e9bc3..26295f0 100644 (file)
--- 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):"<NULL>")
+#define NS(s) ((s)?(s):"<NULL>")
 
 #if !defined __GNUC__ || defined __APPLE__
 /* Apparently the OS X port of gcc gags on __attribute__.