mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
(libretro-common) fill_pathname_abbreviated_or_relative - fix warning -
variable is uninitialized
This commit is contained in:
parent
013dd30bde
commit
b375e08c67
@ -1162,6 +1162,7 @@ void fill_pathname_abbreviated_or_relative(char *out_path, const char *in_refpat
|
|||||||
|
|
||||||
in_path_conformed[0] = '\0';
|
in_path_conformed[0] = '\0';
|
||||||
in_refpath_conformed[0] = '\0';
|
in_refpath_conformed[0] = '\0';
|
||||||
|
expanded_path[0] = '\0';
|
||||||
absolute_path[0] = '\0';
|
absolute_path[0] = '\0';
|
||||||
relative_path[0] = '\0';
|
relative_path[0] = '\0';
|
||||||
abbreviated_path[0] = '\0';
|
abbreviated_path[0] = '\0';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user