diff options
author | Haru <haru@dotalux.com> | 2013-11-15 03:15:41 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2013-11-15 03:15:49 +0100 |
commit | 008a12832ed37818a835945dd55ffcb4f3862932 (patch) | |
tree | 0e6bdb1e829758a0186215a7d6e8c87f8011d815 /src/plugins/db2sql.c | |
parent | 532da96cf0220a52648d619caaee42206177ed02 (diff) | |
download | hercules-008a12832ed37818a835945dd55ffcb4f3862932.tar.gz hercules-008a12832ed37818a835945dd55ffcb4f3862932.tar.bz2 hercules-008a12832ed37818a835945dd55ffcb4f3862932.tar.xz hercules-008a12832ed37818a835945dd55ffcb4f3862932.zip |
Re-generated SQL item databases with the updated db2sql plugin
Signed-off-by: Haru <haru@dotalux.com>
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; |