Kaydet (Commit) 30115a0e authored tarafından David Tardon's avatar David Tardon

WaE: NULL used in arithmetic

Change-Id: I89352cd2ae1d5517dff38294ff2bb53d39aadb8d
üst 7169b1b3
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment