mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-26 19:40:24 +00:00
tests/vorbis_test.c : Fix error message.
This commit is contained in:
parent
d3321b7fc0
commit
45cebc0170
@ -72,7 +72,7 @@ vorbis_test (void)
|
||||
|
||||
errstr = sf_strerror (NULL) ;
|
||||
if (strstr (errstr, "Sample rate chosen is known to trigger a Vorbis") == NULL)
|
||||
{ printf ("Line %d: sf_open_fd (SFM_WRITE) failed : %s\n", __LINE__, errstr) ;
|
||||
{ printf ("Line %d: sf_open (SFM_WRITE) failed : %s\n", __LINE__, errstr) ;
|
||||
dump_log_buffer (NULL) ;
|
||||
exit (1) ;
|
||||
} ;
|
||||
|
Loading…
Reference in New Issue
Block a user