diff options
author | root@home.(none) <> | 2003-03-16 12:30:10 +0400 |
---|---|---|
committer | root@home.(none) <> | 2003-03-16 12:30:10 +0400 |
commit | 5c6c54c09afe1658e03e3c365bb5f84ff2286d37 (patch) | |
tree | dba5acdcfade3de03935aa1867550c60b1e85696 /extra/replace.c | |
parent | 1daed63ed8af3c0819e276788b4caab841804d73 (diff) | |
download | mariadb-git-5c6c54c09afe1658e03e3c365bb5f84ff2286d37.tar.gz |
system_charset_info has been moved to /sql directory
and isn't used in libraries any longer
Diffstat (limited to 'extra/replace.c')
-rw-r--r-- | extra/replace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/replace.c b/extra/replace.c index 5826586988a..8e007e3a971 100644 --- a/extra/replace.c +++ b/extra/replace.c @@ -113,7 +113,7 @@ char *argv[]; exit(1); for (i=1,pos=word_end_chars ; i < 256 ; i++) - if (my_isspace(system_charset_info,i)) + if (my_isspace(&my_charset_latin1,i)) *pos++=i; *pos=0; if (!(replace=init_replace((char**) from.typelib.type_names, |