summaryrefslogtreecommitdiff
path: root/apps/recorder
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder')
-rw-r--r--apps/recorder/recording.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c
index 080cafcf2f..2269c57919 100644
--- a/apps/recorder/recording.c
+++ b/apps/recorder/recording.c
@@ -1707,7 +1707,8 @@ bool recording_screen(bool no_source)
1707 for(i = 0; i < screen_update; i++) { 1707 for(i = 0; i < screen_update; i++) {
1708#ifdef HAVE_AGC 1708#ifdef HAVE_AGC
1709 if ((global_settings.rec_source == AUDIO_SRC_MIC) 1709 if ((global_settings.rec_source == AUDIO_SRC_MIC)
1710 || (global_settings.rec_source == AUDIO_SRC_LINEIN)) 1710 || (global_settings.rec_source == AUDIO_SRC_LINEIN)
1711 || (global_settings.rec_source == AUDIO_SRC_FMRADIO))
1711 screens[i].puts(0, filename_offset[i] + PM_HEIGHT + line[i] + 1, buf); 1712 screens[i].puts(0, filename_offset[i] + PM_HEIGHT + line[i] + 1, buf);
1712 else 1713 else
1713#endif 1714#endif