diff options
author | monty@donna.mysql.com <> | 2000-09-29 00:58:16 +0300 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-09-29 00:58:16 +0300 |
commit | 02fd65b970a0cdc63cacc944e18fca5ea97973b5 (patch) | |
tree | b7b27884a7a1c424b00084acf096abc9155bcb32 /mysys/mf_pack.c | |
parent | 17dec8eadd3ecf9e89f801b68c677fbb3b7e7101 (diff) | |
download | mariadb-git-02fd65b970a0cdc63cacc944e18fca5ea97973b5.tar.gz |
Fixed indention, removed compiler varnings and fixed a bug
in FULLTEXT indexes.
Diffstat (limited to 'mysys/mf_pack.c')
-rw-r--r-- | mysys/mf_pack.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mysys/mf_pack.c b/mysys/mf_pack.c index bfa9e5d8711..c18d37888b8 100644 --- a/mysys/mf_pack.c +++ b/mysys/mf_pack.c @@ -30,10 +30,9 @@ static my_string NEAR_F expand_tilde(my_string *path); /* Pack a dirname ; Changes HOME to ~/ and current dev to ./ */ /* from is a dirname (from dirname() ?) ending with FN_LIBCHAR */ + /* to may be == from */ void pack_dirname(my_string to, const char *from) - - /* to may be == from */ { int cwd_err; uint d_length,length,buff_length; |