mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-26 13:40:22 +00:00
geany-plugins: Fix int conversion
%ci:no-build
This commit is contained in:
@@ -6,4 +6,3 @@ TERMUX_PKG_VERSION=1.38
|
||||
TERMUX_PKG_SRCURL=https://plugins.geany.org/geany-plugins/geany-plugins-$TERMUX_PKG_VERSION.tar.gz
|
||||
TERMUX_PKG_SHA256=44dedf70605220d6e4094703a85c5f5a224c150cb1538b6b7f908b403b1bcc1b
|
||||
TERMUX_PKG_DEPENDS="geany"
|
||||
TERMUX_PKG_ENABLE_CLANG16_PORTING=false
|
||||
|
||||
11
x11-packages/geany-plugins/scope-src-stack.c.patch
Normal file
11
x11-packages/geany-plugins/scope-src-stack.c.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/scope/src/stack.c
|
||||
+++ b/scope/src/stack.c
|
||||
@@ -165,7 +165,7 @@
|
||||
gboolean stack_entry(void)
|
||||
{
|
||||
GtkTreeIter iter;
|
||||
- gboolean entry = NULL;
|
||||
+ gboolean entry = FALSE;
|
||||
|
||||
if (gtk_tree_selection_get_selected(selection, NULL, &iter))
|
||||
{
|
||||
Reference in New Issue
Block a user