chiark / gitweb /
condition: unify condition logic in one file
[elogind.git] / src / test / test-xml.c
index 7a34f143eeee9f946c6b2b27bf9844d503fadb9c..ea109fbde0c57cc599709342fd1ae5e1b96e22e6 100644 (file)
@@ -35,7 +35,7 @@ static void test_one(const char *data, ...) {
                 int t, tt;
                 const char *nn;
 
-                t = xml_tokenize(&data, &name, &state);
+                t = xml_tokenize(&data, &name, &state, NULL);
                 assert_se(t >= 0);
 
                 tt = va_arg(ap, int);