Fix build error
authorDmitriy Klimenko <DKlimenko@luxoft.com>
Wed, 9 Apr 2014 15:33:07 +0000 (08:33 -0700)
committerJustin Dickow <jjdickow@gmail.com>
Wed, 9 Jul 2014 18:11:05 +0000 (14:11 -0400)
src/components/media_manager/src/media_manager_impl.cc

index 1ff903e..1585dd4 100644 (file)
@@ -169,7 +169,7 @@ void MediaManagerImpl::StartMicrophoneRecording(
   if (from_mic_recorder_) {
     from_mic_recorder_->AddListener(from_mic_listener_);
     (static_cast<FromMicRecorderAdapter*>(from_mic_recorder_))
-    ->set_output_file(relative_file_path);
+    ->set_output_file(file_path);
     (static_cast<FromMicRecorderAdapter*>(from_mic_recorder_))
     ->set_duration(duration);
     from_mic_recorder_->StartActivity(application_key);