Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 860550 Details for
Bug 889158
xfce-extra/xfce4-systemload-plugin-1.3.2: stablereq
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch proposal
01_Fix-build-failure-due-to-wrong-var-type.patch (text/plain), 363 bytes, created by
fabalthazar
on 2023-04-22 20:33:42 UTC
(
hide
)
Description:
Patch proposal
Filename:
MIME Type:
Creator:
fabalthazar
Created:
2023-04-22 20:33:42 UTC
Size:
363 bytes
patch
obsolete
>diff --git a/panel-plugin/network.cc b/panel-plugin/network.cc >index 6a85dab..cb69994 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;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 889158
:
860548
|
860549
| 860550