[Libreoffice-commits] .: extensions/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Nov 12 13:07:15 PST 2012


 extensions/source/nsplugin/source/npshell.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 655ef3e507d1bc41e67cd7529f827ac58fb9bab0
Author: Michael Meeks <michael.meeks at suse.com>
Date:   Mon Nov 12 21:07:13 2012 +0000

    WaE: fix windows build of npshell.

diff --git a/extensions/source/nsplugin/source/npshell.cxx b/extensions/source/nsplugin/source/npshell.cxx
index bdfca9c..cba9139 100644
--- a/extensions/source/nsplugin/source/npshell.cxx
+++ b/extensions/source/nsplugin/source/npshell.cxx
@@ -100,7 +100,7 @@
  ***********************************************************************/
 
 static NSP_Mute_Obj send_lock = NSP_New_Mute_Obj();
-static NSP_PIPE_FD write_fd = -1;
+static NSP_PIPE_FD write_fd = (NSP_PIPE_FD)-1;
 
 
 long int NSP_WriteToPipe(NSP_PIPE_FD fp, void* buf, unsigned long int len)


More information about the Libreoffice-commits mailing list