changeset 770:8c406d5708fd trunk

[svn] blah!
author nenolod
date Wed, 01 Mar 2006 10:26:30 -0800
parents 5f5bedf31154
children 0f0659a2d5fb
files Plugins/Input/mpg123/common.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/Input/mpg123/common.c	Wed Mar 01 10:25:01 2006 -0800
+++ b/Plugins/Input/mpg123/common.c	Wed Mar 01 10:26:30 2006 -0800
@@ -405,7 +405,8 @@
 
     if (fr->sampling_frequency >= 9 || fr->sampling_frequency <= 0)
     {
-	printf("rejecting mp3 due to sampling_frequency == %d\n");
+	printf("rejecting mp3 due to sampling_frequency == %d\n",
+		fr->sampling_frequency);
 	return (0);
     }