Mercurial > mplayer.hg
changeset 10719:caec33353477
1000l and I imho this would win 'The Bug/Typo of the Year' award
author | alex |
---|---|
date | Fri, 29 Aug 2003 21:57:40 +0000 |
parents | e3727e92e9d8 |
children | f23c35ce0d16 |
files | libaf/af_surround.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libaf/af_surround.c Fri Aug 29 21:42:51 2003 +0000 +++ b/libaf/af_surround.c Fri Aug 29 21:57:40 2003 +0000 @@ -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;