From a3b8a2f068bfc13391c6e1d06471f97d4743d398 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Wed, 4 Jun 2008 19:23:52 +0300 Subject: ubi-tests: fix compilation libubi_open interface was changed, but the tests were not amended. Fix this. Signed-off-by: Artem Bityutskiy --- tests/ubi-tests/io_paral.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ubi-tests/io_paral.c') diff --git a/tests/ubi-tests/io_paral.c b/tests/ubi-tests/io_paral.c index 7b0c3d9..f98618c 100644 --- a/tests/ubi-tests/io_paral.c +++ b/tests/ubi-tests/io_paral.c @@ -173,7 +173,7 @@ int main(int argc, char * const argv[]) node = argv[1]; - libubi = libubi_open(); + libubi = libubi_open(1); if (libubi == NULL) { failed("libubi_open"); return 1; -- cgit v1.2.3