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 0f1ff30cf5..d5ac91000c 100644
--- a/apps/recorder/recording.c
+++ b/apps/recorder/recording.c
@@ -976,7 +976,7 @@ static const char* reclist_get_name(int selected_item, void * data,
#if CONFIG_CODEC == SWCODEC
#ifdef HAVE_SPDIF_REC
case ITEM_SAMPLERATE_D:
- snprintf(buffer, buffer_len, "%s: %d",
+ snprintf(buffer, buffer_len, "%s: %lu",
str(LANG_RECORDING_FREQUENCY),
pcm_rec_sample_rate());
break;