~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:54:45 UTC
  • mto: This revision was merged to the branch mainline in revision 1363.
  • Revision ID: brian@gaz-20100319045445-vuccez4q5ruholnr
Update for std::string

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;