Skip to content

Commit

Permalink
Fix GetOutputFilename not expanding output filename properly
Browse files Browse the repository at this point in the history
  • Loading branch information
palana committed Sep 14, 2014
1 parent e32966e commit 1d80b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/OBSCapture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ String GetOutputFilename(bool replayBuffer=false)
bool bUseDateTimeName = true;
bool bOverwrite = GlobalConfig->GetInt(L"General", L"OverwriteRecordings", false) != 0;

ExpandRecordingFilename(strOutputFile);
strOutputFile = ExpandRecordingFilename(strOutputFile);

CreatePath(GetPathDirectory(strOutputFile));

Expand Down

0 comments on commit 1d80b17

Please sign in to comment.