diff libaf/af_surround.c @ 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 19e96e60a3d0
children 3c83f9e72664
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;