commit | e76c4b237d41d0e62ca5d4fc76d1dd163fe222c0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 11 22:57:54 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 11 22:57:54 2018 +0200 |
tree | 6a0b464e3da9b4fd03ebbb9e4540bd6240176935 | |
parent | 93343725b5fa1cf580a24302455980faacae8ee2 [diff] [blame] |
patch 8.1.0178: warning for passing pointer to non-pointer argument Problem: Warning for passing pointer to non-pointer argument. Solution: Use zero instead of NULL.
diff --git a/src/if_ole.cpp b/src/if_ole.cpp index aaa3868..0888883 100644 --- a/src/if_ole.cpp +++ b/src/if_ole.cpp
@@ -759,7 +759,7 @@ hr = RegisterActiveObject( app, MYCLSID, - NULL, + 0, &app_id); if (FAILED(hr))