diff options
| author | Tannin <sherb@gmx.net> | 2015-11-19 19:09:34 +0100 |
|---|---|---|
| committer | Tannin <sherb@gmx.net> | 2015-11-19 19:09:34 +0100 |
| commit | 4ff751fb7e592376de5faab44ab7dd6fe70dbdd0 (patch) | |
| tree | 937948ba4796cfe63612034b6fa41e288a7c49cc /src/profile.cpp | |
| parent | d8d81ee06f62c7636ac79d5c162db3e4e39f79a1 (diff) | |
some fixes/disabled code required since hook.dll is gone
Diffstat (limited to 'src/profile.cpp')
| -rw-r--r-- | src/profile.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/profile.cpp b/src/profile.cpp index b990fbc1..0b9fa06f 100644 --- a/src/profile.cpp +++ b/src/profile.cpp @@ -585,7 +585,9 @@ bool Profile::invalidationActive(bool *supported) const } return false; } else { - *supported = false; + if (supported != nullptr) { + *supported = false; + } } return false; } |
