mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
record.cpp:fix possible recording in flash
Origin commit data
------------------
Commit: 309c17d567
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-10-05 (Fri, 05 Oct 2012)
This commit is contained in:
@@ -575,6 +575,8 @@ record_error_msg_t CRecordInstance::MakeFileName(CZapitChannel * channel)
|
||||
return RECORD_INVALID_DIRECTORY;
|
||||
/* fallback to g_settings.network_nfs_recordingdir */
|
||||
Directory = std::string(g_settings.network_nfs_recordingdir);
|
||||
}else{
|
||||
return RECORD_INVALID_DIRECTORY;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user