summaryrefslogtreecommitdiff
path: root/apps/recorder/recording.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/recording.c')
-rw-r--r--apps/recorder/recording.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c
index ffde856612..025480cf91 100644
--- a/apps/recorder/recording.c
+++ b/apps/recorder/recording.c
@@ -518,7 +518,7 @@ char *rec_create_filename(char *buffer)
518 snprintf(ext, sizeof(ext), ".%s", 518 snprintf(ext, sizeof(ext), ".%s",
519 REC_FILE_ENDING(global_settings.rec_format)); 519 REC_FILE_ENDING(global_settings.rec_format));
520 520
521#ifdef CONFIG_RTC 521#if CONFIG_RTC
522 /* We'll wait at least up to the start of the next second so no duplicate 522 /* We'll wait at least up to the start of the next second so no duplicate
523 names are created */ 523 names are created */
524 return create_datetime_filename(buffer, buffer, "R", ext, true); 524 return create_datetime_filename(buffer, buffer, "R", ext, true);