diff options
author | unknown <root@home.(none)> | 2003-03-16 12:30:10 +0400 |
---|---|---|
committer | unknown <root@home.(none)> | 2003-03-16 12:30:10 +0400 |
commit | 23f252855e5dcb18ac55cf9ce303f61c28e06421 (patch) | |
tree | dba5acdcfade3de03935aa1867550c60b1e85696 /extra/replace.c | |
parent | 2aa9f207358c2c82c63e4e5ac6f952dbf6aeddec (diff) | |
download | mariadb-git-23f252855e5dcb18ac55cf9ce303f61c28e06421.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, |