[Mplayer-cvslog] CVS: main/libaf af_surround.c,1.2,1.3

Alex Beregszaszi alex at mplayerhq.hu
Fri Aug 29 23:58:16 CEST 2003


Update of /cvsroot/mplayer/main/libaf
In directory mail:/var/tmp.root/cvs-serv29795

Modified Files:
	af_surround.c 
Log Message:
1000l and I imho this would win 'The Bug/Typo of the Year' award

Index: af_surround.c
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/af_surround.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- af_surround.c	4 Jan 2003 06:19:25 -0000	1.2
+++ af_surround.c	29 Aug 2003 21:57:40 -0000	1.3
@@ -137,7 +137,7 @@
     sscanf((char*)arg,"%f",&d);
     if ((d < 0) || (d > 1000)){
       af_msg(AF_MSG_ERROR,"[surround] Invalid delay time, valid time values"
-	     " are 0ms to 1000ms current value is %0.3ms\n",d);
+	     " are 0ms to 1000ms current value is %0.3f ms\n",d);
       return AF_ERROR;
     }
     s->d = d;



More information about the MPlayer-cvslog mailing list