solaris-fixes branch: Fix the debugging output in `configfile.c'.
authorocto <octo>
Thu, 15 Jun 2006 20:19:12 +0000 (20:19 +0000)
committerocto <octo>
Thu, 15 Jun 2006 20:19:12 +0000 (20:19 +0000)
commitfa3e58be7ba5762f59f4f1b86cb6431cd4813a6a
treef6360b5f92cb52e22670e992846e28af4bef6e65
parent385035075f483c38f586b1a3fb8f5f75e1da45eb
solaris-fixes branch: Fix the debugging output in `configfile.c'.

The Solaris libc doesn't like if you pass a NULL pointer to as the string used
with printf like formatting. This patch introduces a macro which escapes this.
src/configfile.c