diff options
Diffstat (limited to 'ext/mysql/libmysql/mf_pack.c')
-rw-r--r-- | ext/mysql/libmysql/mf_pack.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/mysql/libmysql/mf_pack.c b/ext/mysql/libmysql/mf_pack.c index 030ca1dcad..a6ab070870 100644 --- a/ext/mysql/libmysql/mf_pack.c +++ b/ext/mysql/libmysql/mf_pack.c @@ -16,10 +16,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; |