[SCM] libopenmpt/master: Use openmpt_module_create2 in autopkgtest
jcowgill at users.alioth.debian.org
jcowgill at users.alioth.debian.org
Mon Oct 2 22:54:34 UTC 2017
The following commit has been merged in the master branch:
commit 2199aae3bb3d5dc105596f82796a1dab44598f01
Author: James Cowgill <jcowgill at debian.org>
Date: Mon Oct 2 23:46:36 2017 +0100
Use openmpt_module_create2 in autopkgtest
diff --git a/debian/tests/pattern-dump-c.c b/debian/tests/pattern-dump-c.c
index c1c12f1..8b35890 100644
--- a/debian/tests/pattern-dump-c.c
+++ b/debian/tests/pattern-dump-c.c
@@ -21,11 +21,15 @@ int main(int argc, char* argv[])
}
// Open module
- openmpt_module* mod = openmpt_module_create(
+ openmpt_module* mod = openmpt_module_create2(
openmpt_stream_get_file_callbacks(),
in_file,
openmpt_log_func_default,
NULL,
+ openmpt_error_func_default,
+ NULL,
+ NULL,
+ NULL,
NULL);
fclose(in_file);
--
libopenmpt packaging
More information about the pkg-multimedia-commits
mailing list