~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_symlink.cc

  • Committer: Brian Aker
  • Date: 2008-12-02 16:33:43 UTC
  • mfrom: (632.1.19 devel)
  • Revision ID: brian@tangent.org-20081202163343-007ifg17p0lvjga7
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
    char *ptr;
119
119
    if ((ptr=realpath(filename,buff)))
120
120
    {
121
 
      strmake(to,ptr,FN_REFLEN-1);
 
121
      strncpy(to,ptr,FN_REFLEN-1);
122
122
    }
123
123
    else
124
124
    {