diff options
Diffstat (limited to 'src/plugins/db2sql.c')
-rw-r--r-- | src/plugins/db2sql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/db2sql.c b/src/plugins/db2sql.c index c8321f886..e1ab26f30 100644 --- a/src/plugins/db2sql.c +++ b/src/plugins/db2sql.c @@ -43,7 +43,7 @@ void hstr(const char *str) { RECREATE(tosql.buf[3].p,char,tosql.buf[3].len); } safestrncpy(tosql.buf[3].p,str,strlen(str)); - normalize_name(tosql.buf[3].p,"\t\n"); + normalize_name(tosql.buf[3].p,"\t\n "); } int db2sql(config_setting_t *entry, int n, const char *source) { struct item_data *it = NULL; |