[vlc-commits] npmac: compilation fix
Felix Paul Kühne
git at videolan.org
Thu Apr 24 11:31:23 CEST 2014
npapi-vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Apr 24 11:31:17 2014 +0200| [7f7d41df99a90d9fec67f9bc9086f7bb19c194dd] | committer: Felix Paul Kühne
npmac: compilation fix
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=7f7d41df99a90d9fec67f9bc9086f7bb19c194dd
---
npapi/support/npmac.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/npapi/support/npmac.cpp b/npapi/support/npmac.cpp
index bd3def2..35de5e9 100644
--- a/npapi/support/npmac.cpp
+++ b/npapi/support/npmac.cpp
@@ -674,7 +674,7 @@ NP_Initialize(NPNetscapeFuncs* nsTable)
return NPERR_INVALID_FUNCTABLE_ERROR;
}
- gNetscapeFuncs = *nsTable;
+ gNetscapeFuncs = nsTable;
return NPP_Initialize();
}
More information about the vlc-commits
mailing list