mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 01:49:53 +00:00
Tests: Fix win32_ordinal_test
This commit is contained in:
parent
b506de463d
commit
44269a0892
@ -91,7 +91,7 @@ win32_ordinal_test (void)
|
||||
int k, ordinal, errors = 0 ;
|
||||
|
||||
for (k = 0 ; locations [k] != NULL ; k++)
|
||||
{ snprintf (buffer, sizeof (buffer), "%s/libsndfile-1.def", locations [k]) ;
|
||||
{ snprintf (buffer, sizeof (buffer), "%s/libsndfile.def", locations [k]) ;
|
||||
if ((file = fopen (buffer, "r")) != NULL)
|
||||
break ;
|
||||
} ;
|
||||
|
Loading…
Reference in New Issue
Block a user