Test fix: passing bool argument to va_start is undefined
[lttng-tools.git] / tests / unit / test_string_utils.c
index 9596af83ed7bd299063714d3bfcc9d00492e2ef2..c60168a9e0c7bacfd9887b0228991a2894016948 100644 (file)
@@ -26,7 +26,7 @@
 /* Number of TAP tests in this file */
 #define NUM_TESTS 69
 
-static void test_one_split(const char *input, char delim, bool escape_delim,
+static void test_one_split(const char *input, char delim, int escape_delim,
                ...)
 {
        va_list vl;
This page took 0.023072 seconds and 4 git commands to generate.