~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/mf_format.cc

  • Committer: Brian Aker
  • Date: 2008-12-01 03:06:56 UTC
  • mfrom: (632.1.9 devel)
  • Revision ID: brian@tangent.org-20081201030656-u1lp02eer6oyxjac
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
  {
86
86
    if (to == startpos)
87
87
    {
88
 
      memcpy(buff, name, length); /* Save name for last copy */
 
88
      memmove(buff, name, length); /* Save name for last copy */
89
89
      name=buff;
90
90
    }
91
91
    pos=strmake(my_stpcpy(to,dev),name,length);