Skip to content

Commit

Permalink
"on" is also good, as reported by Paul Menzel
Browse files Browse the repository at this point in the history
  • Loading branch information
fenrus75 committed Mar 2, 2024
1 parent 4bdfba1 commit 9beafe3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tuning/runtime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ int runtime_tunable::good_bad(void)

if (strcmp(content.c_str(), "auto") == 0)
return TUNE_GOOD;
if (strcmp(content.c_str(), "on") == 0)
return TUNE_GOOD;

return TUNE_BAD;
}
Expand Down

0 comments on commit 9beafe3

Please sign in to comment.