~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/mf_path.cc

  • Committer: Brian Aker
  • Date: 2008-12-06 23:57:32 UTC
  • mfrom: (656.1.10 devel)
  • Revision ID: brian@tangent.org-20081206235732-jx228bczpvmxu8ww
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
    to= strchr(to, '\0');
66
66
    if (to != start && to[-1] != FN_LIBCHAR)
67
67
      *to++ = FN_LIBCHAR;
68
 
    my_stpcpy(to,own_pathname_part);
 
68
    strcpy(to,own_pathname_part);
69
69
  }
70
70
  return(start);
71
71
} /* my_path */