diff options
Diffstat (limited to 'apps/recorder/radio.c')
-rw-r--r-- | apps/recorder/radio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/radio.c b/apps/recorder/radio.c index 22ae7b0696..dc533cf017 100644 --- a/apps/recorder/radio.c +++ b/apps/recorder/radio.c @@ -1169,7 +1169,7 @@ static bool save_preset_list(void) bool bad_file_name = true; if(!opendir(FMPRESET_PATH)) /* Check if there is preset folder */ - mkdir(FMPRESET_PATH, 0); + mkdir(FMPRESET_PATH); create_numbered_filename(filepreset, FMPRESET_PATH, "preset", ".fmr", 2 IF_CNFN_NUM_(, NULL)); |