Imported Upstream version 1.8.4p4
[debian/sudo] / common / list.c
index 693317773888c4db2ff4f15b4edc5dc9c9679d30..a656a6e8e3b43a51dce288e7654a04a94810ea70 100644 (file)
@@ -81,7 +81,7 @@ list2tq(void *vh, void *vl)
     if (l != NULL) {
 #ifdef DEBUG
        if (l->prev == NULL) {
-           warningx("list2tq called with non-semicircular list");
+           warningx2("list2tq called with non-semicircular list");
            abort();
        }
 #endif