42
42
((prog=getenv("_")) != 0 &&
43
43
dirname_part(to, prog, &to_length))))
46
46
if (!test_if_hard_path(to))
48
48
if (!my_getwd(curr_dir,FN_REFLEN,MYF(0)))
49
bchange((unsigned char*) to, 0, (unsigned char*) curr_dir, strlen(curr_dir), strlen(to)+1);
49
bchange((uchar*) to, 0, (uchar*) curr_dir, strlen(curr_dir), strlen(to)+1);