summaryrefslogtreecommitdiff
path: root/apps/recorder/bmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/bmp.c')
-rw-r--r--apps/recorder/bmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/bmp.c b/apps/recorder/bmp.c
index 8d49fd7582..b11c41b424 100644
--- a/apps/recorder/bmp.c
+++ b/apps/recorder/bmp.c
@@ -670,7 +670,7 @@ int read_bmp_fd(int fd,
670 /* Check if this fits the buffer */ 670 /* Check if this fits the buffer */
671 if (totalsize > maxsize) { 671 if (totalsize > maxsize) {
672 DEBUGF("read_bmp_fd: Bitmap too large for buffer: " 672 DEBUGF("read_bmp_fd: Bitmap too large for buffer: "
673 "%d bytes.\n", totalsize); 673 "%d bytes (%d max).\n", totalsize, maxsize);
674 return -6; 674 return -6;
675 } 675 }
676 676