~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/ha_archive.cc

  • Committer: Brian Aker
  • Date: 2010-03-19 04:55:01 UTC
  • mfrom: (1358.1.9 build)
  • Revision ID: brian@gaz-20100319045501-2k8uekm12tozsvf1
Merge Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
560
560
  /*
561
561
    We reuse name_buff since it is available.
562
562
  */
563
 
  internal::fn_format(name_buff, identifier.getPath(), "", ARZ,
 
563
  internal::fn_format(name_buff, identifier.getPath().c_str(), "", ARZ,
564
564
                      MY_REPLACE_EXT | MY_UNPACK_FILENAME);
565
565
 
566
566
  errno= 0;