1
0
Fork 0
forked from len0rd/rockbox

Fix a small display issue in the FM recording mode

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10819 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Martin Scarratt 2006-08-31 08:52:04 +00:00
parent a396d7e742
commit 79198b9240

View file

@ -1707,7 +1707,8 @@ bool recording_screen(bool no_source)
for(i = 0; i < screen_update; i++) {
#ifdef HAVE_AGC
if ((global_settings.rec_source == AUDIO_SRC_MIC)
|| (global_settings.rec_source == AUDIO_SRC_LINEIN))
|| (global_settings.rec_source == AUDIO_SRC_LINEIN)
|| (global_settings.rec_source == AUDIO_SRC_FMRADIO))
screens[i].puts(0, filename_offset[i] + PM_HEIGHT + line[i] + 1, buf);
else
#endif