~jaypipes/drizzle/bugs

« back to all changes in this revision

Viewing changes to mysys/mf_loadpath.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
      test_if_hard_path(path))
34
34
    strcpy(buff,path);
35
35
  else if ((is_cur=(path[0] == FN_CURLIB && path[1] == FN_LIBCHAR)) ||
36
 
           (is_prefix(path,FN_PARENTDIR)) ||
 
36
           (strncmp(path,FN_PARENTDIR, strlen(FN_PARENTDIR)) == 0) ||
37
37
           ! own_path_prefix)
38
38
  {
39
39
    if (is_cur)