diff options
Diffstat (limited to 'utils.h')
-rw-r--r-- | utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ #define CHK_ERR_V(errno, fmt, args...) \ do { \ if ((errno) < 0) { \ - DERROR(D_LOGNAME, (fmt), ##args) \ + DERROR(D_LOGNAME, "" fmt, ##args); \ return (errno); \ } \ } while (0) |