~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/mf_loadpath.cc

  • Committer: Monty Taylor
  • Date: 2008-12-12 19:08:32 UTC
  • mfrom: (672.1.2 thelinuxjedi)
  • mto: This revision was merged to the branch mainline in revision 676.
  • Revision ID: monty@inaugust.com-20081212190832-tjxg7wr040ls00mi
Merged from LinuxJedi.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
      strcpy(buff,path);                        /* Return org file name */
45
45
  }
46
46
  else
47
 
    sprintf(buff,"%s%s",own_path_prefix,path);
 
47
    strxmov(buff,own_path_prefix,path,NULL);
48
48
  strcpy(to,buff);
49
49
  return(to);
50
50
} /* my_load_path */