components/libsndfile/patches/test_strncpy_crlf.c.patch
changeset 290 4a5d715e84b4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/libsndfile/patches/test_strncpy_crlf.c.patch	Wed Jun 08 16:19:46 2011 -0700
@@ -0,0 +1,19 @@
+*** libsndfile-1.0.23/src/test_strncpy_crlf.c	Mon Oct  4 04:14:50 2010
+--- libsndfile-1.0.23/src/test_strncpy_crlf.c.new	Mon Jun  6 08:22:40 2011
+***************
+*** 28,34 ****
+  void
+  test_strncpy_crlf (void)
+  {	const char *src = "a\nb\nc\n" ;
+! 	char *dest ;
+  	int dest_len ;
+  
+  	print_test_name ("Testing psf_strncpy_crlf") ;
+--- 28,34 ----
+  void
+  test_strncpy_crlf (void)
+  {	const char *src = "a\nb\nc\n" ;
+! 	unsigned char *dest ;
+  	int dest_len ;
+  
+  	print_test_name ("Testing psf_strncpy_crlf") ;