components/libsndfile/patches/test_strncpy_crlf.c.patch
author Petr Sumbera <petr.sumbera@oracle.com>
Tue, 03 Feb 2015 04:25:36 -0800
changeset 3737 a71f444ba849
parent 290 4a5d715e84b4
permissions -rw-r--r--
20462161 Upgrade Apache Web Server 2.4 to version 2.4.12 20462192 problem in UTILITY/APACHE

*** 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") ;