components/libsndfile/patches/test_strncpy_crlf.c.patch
branchs11u3-sru
changeset 7938 e5a7b6f8f14c
parent 7937 20e6442c6cee
child 7942 ddce1f13af96
equal deleted inserted replaced
7937:20e6442c6cee 7938:e5a7b6f8f14c
     1 *** libsndfile-1.0.23/src/test_strncpy_crlf.c	Mon Oct  4 04:14:50 2010
       
     2 --- libsndfile-1.0.23/src/test_strncpy_crlf.c.new	Mon Jun  6 08:22:40 2011
       
     3 ***************
       
     4 *** 28,34 ****
       
     5   void
       
     6   test_strncpy_crlf (void)
       
     7   {	const char *src = "a\nb\nc\n" ;
       
     8 ! 	char *dest ;
       
     9   	int dest_len ;
       
    10   
       
    11   	print_test_name ("Testing psf_strncpy_crlf") ;
       
    12 --- 28,34 ----
       
    13   void
       
    14   test_strncpy_crlf (void)
       
    15   {	const char *src = "a\nb\nc\n" ;
       
    16 ! 	unsigned char *dest ;
       
    17   	int dest_len ;
       
    18   
       
    19   	print_test_name ("Testing psf_strncpy_crlf") ;