mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
14 lines
352 B
Diff
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))
|
|
{
|