From c7a44bf07f6ef6f759c1a23bd41f2d89fa117b8e Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 9 May 2017 13:31:59 +0200 Subject: [PATCH] clearify comment Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/c08144a9d9ba022c2548512bc97881521f900af6 Author: vanhofen Date: 2017-05-09 (Tue, 09 May 2017) Origin message was: ------------------ - clearify comment ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/neutrino.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 07f6d2231..1ec31e04a 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -457,8 +457,8 @@ int CNeutrinoApp::loadSetup(const char * fname) g_settings.hdd_statfs_mode = configfile.getInt32( "hdd_statfs_mode", SNeutrinoSettings::HDD_STATFS_RECORDING); /* - hw_caps uses CFEManager and CFEManager needs g_settings. - So g_settings cannot use hw_caps. + hw_caps needs CFEManager and CFEManager needs g_settings. + So loadSetup() cannot use hw_caps to init g_settings. For this reason we need this workaround. */