Fix GetOutputFilename not expanding output filename properly
This commit is contained in:
parent
e32966e096
commit
1d80b17c84
@ -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));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user