Mercurial > audlegacy
changeset 769:5f5bedf31154 trunk
[svn] - enable debug notice
author | nenolod |
---|---|
date | Wed, 01 Mar 2006 10:25:01 -0800 |
parents | 3312ccdcf39a |
children | 8c406d5708fd |
files | Plugins/Input/mpg123/common.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Input/mpg123/common.c Wed Mar 01 10:24:18 2006 -0800 +++ b/Plugins/Input/mpg123/common.c Wed Mar 01 10:25:01 2006 -0800 @@ -405,9 +405,7 @@ if (fr->sampling_frequency >= 9 || fr->sampling_frequency <= 0) { -#ifdef DEBUG printf("rejecting mp3 due to sampling_frequency == %d\n"); -#endif return (0); }