Commit 719bc858 authored by Wayne Davison's avatar Wayne Davison

Made NS define make use of safe_fname().

parent a6126d67
......@@ -751,7 +751,7 @@ extern int errno;
#define INITACCESSPERMS 0700
/* handler for null strings in printf format */
#define NS(s) ((s)?(s):"<NULL>")
#define NS(s) ((s)?safe_fname(s):"<NULL>")
#if !defined(__GNUC__) || defined(APPLE)
/* Apparently the OS X port of gcc gags on __attribute__.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment