Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/etqw/etqw.cpp')
-rw-r--r--plugins/etqw/etqw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/etqw/etqw.cpp b/plugins/etqw/etqw.cpp
index 039715015..0b902e2fd 100644
--- a/plugins/etqw/etqw.cpp
+++ b/plugins/etqw/etqw.cpp
@@ -95,7 +95,7 @@ static int fetch(float *avatar_pos, float *avatar_front, float *avatar_top, floa
}
static int trylock(const std::multimap<std::wstring, unsigned long long int> &pids) {
- pos1ptr = pos2ptr = pos3ptr = rot1ptr = rot2ptr = NULL;
+ pos1ptr = pos2ptr = pos3ptr = rot1ptr = rot2ptr = 0;
if (! initialize(pids, L"etqw.exe", L"gamex86.dll"))
return false;