aports/community/geany-plugins/int-conversion.patch

14 lines
352 B
Diff

diff --git a/scope/src/stack.c b/scope/src/stack.c
index b03909f..041dd41 100644
--- a/scope/src/stack.c
+++ b/scope/src/stack.c
@@ -165,7 +165,7 @@ void on_stack_follow(GArray *nodes)
gboolean stack_entry(void)
{
GtkTreeIter iter;
- gboolean entry = NULL;
+ gboolean entry = 0;
if (gtk_tree_selection_get_selected(selection, NULL, &iter))
{