You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/gtkdialog/files/gtkdialog-0.8.3-do_variable...

12 lines
214 B

--- a/src/variables.c
+++ b/src/variables.c
@@ -1113,7 +1113,7 @@
actual = root;
if (actual == NULL)
- return;
+ return 0;
if (actual->left != NULL)
n = do_variables_count_widgets(actual->left, n);