This repository has been archived on 2025-12-14. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
github.ong19th.Citron/src/common/fs
lat9nq 0e5a6676c3 path_util: Resolve -Wpointer-bool-conversion warning
Clang (rightfully) warns that we are checking for the existence of
pointer to something just allocated on the stack, which is always true.

Instead, check whether GetModuleFileNameW failed.

Co-authored-by: Mai M <mathew1800@gmail.com>
2022-05-26 19:01:26 -04:00
..
file.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
file.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
fs.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
fs.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
fs_paths.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
fs_types.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
fs_util.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
fs_util.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
path_util.cpp path_util: Resolve -Wpointer-bool-conversion warning 2022-05-26 19:01:26 -04:00
path_util.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00