~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/mf_path.cc

MergedĀ fromĀ Toru.

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 */