From 21555b19f3dc85f0399303d4ab300324a3593a48 Mon Sep 17 00:00:00 2001 From: Sude Date: Wed, 24 Feb 2016 01:58:03 +0200 Subject: [PATCH] Fix --subdir-patches option Forgot to set default subdirectory for patches in 4d4aaa1792c52b665235e7c1f0538f8cc63d6981 --- src/downloader.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/downloader.cpp b/src/downloader.cpp index 419bab4..65c9f5b 100644 --- a/src/downloader.cpp +++ b/src/downloader.cpp @@ -220,6 +220,7 @@ int Downloader::getGameDetails() dirConfDefault.sExtrasSubdir = config.sExtrasSubdir; dirConfDefault.sLanguagePackSubdir = config.sLanguagePackSubdir; dirConfDefault.sDLCSubdir = config.sDLCSubdir; + dirConfDefault.sPatchesSubdir = config.sPatchesSubdir; if (config.bUseCache && !config.bUpdateCache) {