summaryrefslogtreecommitdiff
path: root/apps/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/misc.c')
-rw-r--r--apps/misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/misc.c b/apps/misc.c
index 57599de456..d4be4dd72d 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -207,7 +207,7 @@ void format_time(char* buf, int buf_size, long t)
207 } 207 }
208} 208}
209 209
210#ifdef CONFIG_RTC 210#if CONFIG_RTC
211/* Create a filename with a date+time part. 211/* Create a filename with a date+time part.
212 It is allowed that buffer and path point to the same memory location, 212 It is allowed that buffer and path point to the same memory location,
213 saving a strcpy(). Path must always be given without trailing slash. 213 saving a strcpy(). Path must always be given without trailing slash.
@@ -413,7 +413,7 @@ void screen_dump(void)
413 static unsigned short line_block[BMP_LINESIZE/2]; 413 static unsigned short line_block[BMP_LINESIZE/2];
414#endif 414#endif
415 415
416#ifdef CONFIG_RTC 416#if CONFIG_RTC
417 create_datetime_filename(filename, "", "dump ", ".bmp", false); 417 create_datetime_filename(filename, "", "dump ", ".bmp", false);
418#else 418#else
419 create_numbered_filename(filename, "", "dump_", ".bmp", 4 419 create_numbered_filename(filename, "", "dump_", ".bmp", 4