diff options
-rw-r--r-- | extensions/source/nsplugin/source/npshell.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/nsplugin/source/npshell.cxx b/extensions/source/nsplugin/source/npshell.cxx index c4065b6b6e95..e9aae6561a84 100644 --- a/extensions/source/nsplugin/source/npshell.cxx +++ b/extensions/source/nsplugin/source/npshell.cxx @@ -746,7 +746,7 @@ NPP_StreamAsFile(NPP instance, NPStream *stream, const char* fname) if(0 != strcmp(fname, localPathNew)) { #ifdef WNT - if(NULL == CopyFile(fname, localPathNew, FALSE)) + if(FALSE == CopyFile(fname, localPathNew, FALSE)) return; #endif //end of WNT |