shithub: libsamplerate

Download patch

ref: 5723ffbb0bc0100b2635fa5b76bec6d673c7e835
parent: 7cc81bb89506806bf803245bbc05bbe23581e483
author: Erik de Castro Lopo <erikd@mega-nerd.com>
date: Wed Jul 2 07:10:18 EDT 2008

tests/misc_test.c : Fix output formatting.

--- a/tests/misc_test.c
+++ b/tests/misc_test.c
@@ -99,7 +99,7 @@
 		{	printf ("\n\nLine %d : SRC ratio %f should not have passed.\n\n", __LINE__, ratio_test [k].ratio) ;
 			exit (1) ;
 			} ;
-		printf ("\t SRC ratio (%8.5f) : %s .................... ok\n", ratio_test [k].ratio,
+		printf ("\t SRC ratio (%9.5f) : %s ................... ok\n", ratio_test [k].ratio,
 			(ratio_test [k].should_pass ? "pass" : "fail")) ;
 		} ;