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/arma2/arma2.cpp')
-rw-r--r--plugins/arma2/arma2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/arma2/arma2.cpp b/plugins/arma2/arma2.cpp
index 4432e829f..87c6e4f55 100644
--- a/plugins/arma2/arma2.cpp
+++ b/plugins/arma2/arma2.cpp
@@ -74,7 +74,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) {
- posptr = NULL;
+ posptr = 0;
if (! initialize(pids, L"arma2.exe"))
return false;