diff options
author | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-05 05:55:36 +0000 |
---|---|---|
committer | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-05 05:55:36 +0000 |
commit | 0fc7a56a962e4b337d6aa639b5447450b760c045 (patch) | |
tree | c0201360bf8c1b1e1d21ff68ecbfda40c7892ac8 /src/txt-converter | |
parent | 700daa3c3f2349aab0118d02fb2da6e2932c7ec2 (diff) | |
download | hercules-0fc7a56a962e4b337d6aa639b5447450b760c045.tar.gz hercules-0fc7a56a962e4b337d6aa639b5447450b760c045.tar.bz2 hercules-0fc7a56a962e4b337d6aa639b5447450b760c045.tar.xz hercules-0fc7a56a962e4b337d6aa639b5447450b760c045.zip |
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1039 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/txt-converter')
-rw-r--r-- | src/txt-converter/char/char-converter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/txt-converter/char/char-converter.c b/src/txt-converter/char/char-converter.c index 8ffefc83d..30782412c 100644 --- a/src/txt-converter/char/char-converter.c +++ b/src/txt-converter/char/char-converter.c @@ -791,7 +791,7 @@ int inter_config_read(const char *cfgName) { printf ("set db_server_logindb : %s\n",w2); //support the import command, just like any other config }else if(strcmpi(w1,"import")==0){ - sql_config_read(w2); + inter_config_read(w2); } } fclose(fp); |