Cross Reference: test_strncpy_crlf.c.patch
xref
: /
solaris-userland
/
components
/
libsndfile
/
patches
/
test_strncpy_crlf.c.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
290
N/A
***
libsndfile-1.0.23/src/test_strncpy_crlf.c
Mon Oct 4 04:14:50 2010
290
N/A
---
libsndfile-1.0.23/src/test_strncpy_crlf.c.new
Mon Jun 6 08:22:40 2011
290
N/A
***************
290
N/A
*** 28,34 ****
290
N/A
void
290
N/A
test_strncpy_crlf (void)
290
N/A
{ const char *src = "a\nb\nc\n" ;
290
N/A
! char *dest ;
290
N/A
int dest_len ;
290
N/A
290
N/A
print_test_name ("Testing psf_strncpy_crlf") ;
290
N/A
--- 28,34 ----
290
N/A
void
290
N/A
test_strncpy_crlf (void)
290
N/A
{ const char *src = "a\nb\nc\n" ;
290
N/A
! unsigned char *dest ;
290
N/A
int dest_len ;
290
N/A
290
N/A
print_test_name ("Testing psf_strncpy_crlf") ;