diff options
Diffstat (limited to 'libmisc/quote.c')
-rw-r--r-- | libmisc/quote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmisc/quote.c b/libmisc/quote.c index 65cdeb3..4fb7035 100644 --- a/libmisc/quote.c +++ b/libmisc/quote.c @@ -29,7 +29,7 @@ const char *quote(const char *str) const unsigned char *s; char *q; size_t nonpr; - + if (!str) return str; |