~jaypipes/drizzle/transaction_log

« back to all changes in this revision

Viewing changes to mysys/mf_loadpath.cc

  • Committer: Jay Pipes
  • Date: 2009-12-22 03:07:38 UTC
  • mfrom: (1143.14.85 build)
  • Revision ID: jpipes@serialcoder-20091222030738-gnb0vyg77fmkt4cj
Merge trunk

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)