mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 12:33:17 +01:00
Make sure variables don't end up uninitialised
This commit is contained in:
@@ -220,8 +220,8 @@ bool platform_open_common_file_dialog(utf8 *outFilename, file_dialog_desc *desc)
|
||||
char result[MAX_PATH];
|
||||
size_t size;
|
||||
dialog_type dtype;
|
||||
char *action;
|
||||
char *flags;
|
||||
char *action = NULL;
|
||||
char *flags = NULL;
|
||||
char filter[MAX_PATH] = { 0 };
|
||||
char filterPatternRegex[64];
|
||||
char *allFilesPatternDescription;
|
||||
|
||||
Reference in New Issue
Block a user