unleashed-userland README
[unleashed-userland.git] / components / libsndfile / patches / test_strncpy_crlf.c.patch
blobf66e7a35fe053c12a0e1bc650f4a9f84db23991c
1 --- libsndfile-1.0.25/src/test_strncpy_crlf.c.~1~ 2011-03-03 12:17:06.000000000 +0300
2 +++ libsndfile-1.0.25/src/test_strncpy_crlf.c 2015-08-05 11:28:41.726501889 +0300
3 @@ -28,7 +28,7 @@
4 void
5 test_psf_strlcpy_crlf (void)
6 { const char *src = "a\nb\nc\n" ;
7 - char *dest ;
8 + unsigned char *dest ;
9 int dest_len ;
11 print_test_name ("Testing psf_strlcpy_crlf") ;