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:
authorMikkel Krautz <mikkel@krautz.dk>2017-01-22 18:37:32 +0300
committerGitHub <noreply@github.com>2017-01-22 18:37:32 +0300
commit98349a1b332f22337ff8b02e68e344db15b4f6e1 (patch)
treed2e12b3f6ff3436a4b976b3e3e72273d7669e828 /plugins/blacklight
parent12b9c9b9845058f0f6caf7ac603b1d82d67c41cb (diff)
parent6096b74a1c42cfeaca9cde5df76a21fc3174f167 (diff)
Merge PR #2755: plugins: Fix visibility, warnings and errors when compiled with MinGW
Diffstat (limited to 'plugins/blacklight')
-rw-r--r--plugins/blacklight/blacklight.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/blacklight/blacklight.cpp b/plugins/blacklight/blacklight.cpp
index 632ecc597..5dcc777a7 100644
--- a/plugins/blacklight/blacklight.cpp
+++ b/plugins/blacklight/blacklight.cpp
@@ -75,7 +75,7 @@ static bool calcout(float *cam, float *camfront, float *camtop, float *ocam, flo
}
static bool refreshPointers(void) {
- hostipportptr = NULL;
+ hostipportptr = 0;
hostipportptr = pModule + 0xB8C57;