summaryrefslogtreecommitdiffstats
path: root/data.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'data.cpp')
-rw-r--r--data.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/data.cpp b/data.cpp
index eb8b55341..52457df8f 100644
--- a/data.cpp
+++ b/data.cpp
@@ -891,6 +891,10 @@ int DataManager::GetMagicValue(const string varName, string& value)
}
else if (varName == "tw_cpu_temp")
{
+ int tw_no_cpu_temp;
+ GetValue("tw_no_cpu_temp", tw_no_cpu_temp);
+ if (tw_no_cpu_temp == 1) return -1;
+
string cpu_temp_file;
static unsigned long convert_temp = 0;
static time_t cpuSecCheck = 0;