mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 06:46:07 +00:00
Fix warning about NULL compare
This commit is contained in:
@@ -990,7 +990,7 @@ bool os_fileid_equal_fileinfo(const FileID *file_id,
|
|||||||
/// to and return that name in allocated memory.
|
/// to and return that name in allocated memory.
|
||||||
/// Otherwise NULL is returned.
|
/// Otherwise NULL is returned.
|
||||||
char *os_resolve_shortcut(const char *fname)
|
char *os_resolve_shortcut(const char *fname)
|
||||||
FUNC_ATTR_NONNULL_ALL FUNC_ATTR_WARN_UNUSED_RESULT FUNC_ATTR_MALLOC
|
FUNC_ATTR_WARN_UNUSED_RESULT FUNC_ATTR_MALLOC
|
||||||
{
|
{
|
||||||
HRESULT hr;
|
HRESULT hr;
|
||||||
IPersistFile *ppf = NULL;
|
IPersistFile *ppf = NULL;
|
||||||
|
Reference in New Issue
Block a user