mirror of
https://github.com/nzbget/nzbget.git
synced 2026-05-24 20:54:28 -04:00
#435: fixed compiling error if no regex.h
This commit is contained in:
@@ -650,7 +650,7 @@ void QueueEditor::PrepareList(ItemList* itemList, IdList* idList,
|
||||
bool QueueEditor::BuildIdListFromNameList(IdList* idList, NameList* nameList, DownloadQueue::EMatchMode matchMode, DownloadQueue::EEditAction action)
|
||||
{
|
||||
#ifndef HAVE_REGEX_H
|
||||
if (matchMode == mmRegEx)
|
||||
if (matchMode == DownloadQueue::mmRegEx)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user