[Pkg-xfce-commits] [Git][xfce-team/goodies/xfce4-systemload-plugin][debian/master] Fix build failure due to wrong var type

Akbarkhon Variskhanov (@KBar) gitlab at salsa.debian.org
Tue Dec 20 08:54:18 GMT 2022



Akbarkhon Variskhanov pushed to branch debian/master at xfce / goodies / xfce4-systemload-plugin


Commits:
dd6f4d01 by Akbarkhon Variskhanov at 2022-12-20T13:51:49+05:00
Fix build failure due to wrong var type

- - - - -


2 changed files:

- + debian/patches/01_Fix-build-failure-due-to-wrong-var-type.patch
- + debian/patches/series


Changes:

=====================================
debian/patches/01_Fix-build-failure-due-to-wrong-var-type.patch
=====================================
@@ -0,0 +1,21 @@
+From: Akbarkhon Variskhanov <akbarkhon.variskhanov at gmail.com>
+Date: Tue, 20 Dec 2022 13:50:40 +0500
+Subject: Fix build failure due to wrong var type
+
+---
+ panel-plugin/network.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/panel-plugin/network.cc b/panel-plugin/network.cc
+index 6a85dab..3de831d 100644
+--- a/panel-plugin/network.cc
++++ b/panel-plugin/network.cc
+@@ -114,7 +114,7 @@ read_netload_proc (gulong *bytes)
+ gint
+ read_netload (gulong *net, gulong *NTotal)
+ {
+-    static guint64 bytes[2];
++    static gulong bytes[2];
+     static gint64 time[2];
+ 
+     *net = 0;


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+01_Fix-build-failure-due-to-wrong-var-type.patch



View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-systemload-plugin/-/commit/dd6f4d01a05e6f9652d98437debb80fc4a8f1c03

-- 
View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-systemload-plugin/-/commit/dd6f4d01a05e6f9652d98437debb80fc4a8f1c03
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-xfce-commits/attachments/20221220/6383ecf2/attachment-0001.htm>


More information about the Pkg-xfce-commits mailing list