diff options
Diffstat (limited to 'ge.c')
-rw-r--r-- | ge.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ log_request(struct client *c, int code, const char *meta) strlcpy(cntmp, subj + 4, sizeof(cntmp)); if ((n = strchr(cntmp, '/')) != NULL) *n = '\0'; - gmid_strnvis(cn, cntmp, sizeof(cn), VIS_WHITE|VIS_DQ); + strnvis(cn, cntmp, sizeof(cn), VIS_WHITE|VIS_DQ); } } |