lossy_comp_test.c : Add string data to end of files (missed something).

This commit is contained in:
Erik de Castro Lopo 2005-10-26 14:04:34 +00:00
parent 2104ae2b68
commit 95993a0fb3

View File

@ -894,6 +894,8 @@ lcomp_test_float (const char *filename, int filetype, int channels, double margi
exit (1) ;
} ;
check_comment (file, filetype, __LINE__) ;
sf_command (file, SFC_SET_NORM_FLOAT, NULL, SF_FALSE) ;
check_log_buffer_or_die (file, __LINE__) ;
@ -1085,6 +1087,8 @@ lcomp_test_double (const char *filename, int filetype, int channels, double marg
exit (1) ;
} ;
check_comment (file, filetype, __LINE__) ;
sf_command (file, SFC_SET_NORM_DOUBLE, NULL, SF_FALSE) ;
check_log_buffer_or_die (file, __LINE__) ;