summaryrefslogtreecommitdiff
path: root/apps/plugins/wavrecord.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/wavrecord.c')
-rw-r--r--apps/plugins/wavrecord.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/wavrecord.c b/apps/plugins/wavrecord.c
index b509212239..f6969ff7b5 100644
--- a/apps/plugins/wavrecord.c
+++ b/apps/plugins/wavrecord.c
@@ -3716,7 +3716,7 @@ static int recording_menu(void)
3716 3716
3717 while (!done) 3717 while (!done)
3718 { 3718 {
3719 switch (rb->do_menu(&menu, &menupos)) 3719 switch (rb->do_menu(&menu, &menupos, NULL, false))
3720 { 3720 {
3721 case 0: /* Set sample rate */ 3721 case 0: /* Set sample rate */
3722 rb->set_option("Sample rate", &reccfg.samplerate, INT, freqs, 9, NULL); 3722 rb->set_option("Sample rate", &reccfg.samplerate, INT, freqs, 9, NULL);