Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --unified --recursive --text libbs2b-3.1.0/src/bs2bconvert.c libbs2b-3.1.0_new/src/bs2bconvert.c
- --- libbs2b-3.1.0/src/bs2bconvert.c 2009-06-05 01:01:15.000000000 +0700
- +++ libbs2b-3.1.0_new/src/bs2bconvert.c 2021-05-03 20:27:53.193916781 +0700
- @@ -153,7 +153,7 @@
- if( ( infile = sf_open( infilename, SFM_READ, &sfinfo ) ) == NULL )
- {
- printf( "Not able to open input file %s.\n", infilename );
- - printf( sf_strerror( NULL ) );
- + printf( "%s\n", sf_strerror( NULL ) );
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement