You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/xbattbar/files/xbattbar-1.4.8-const.patch

12 lines
303 B

--- a/xbattbar-check-apm.c
+++ b/xbattbar-check-apm.c
@@ -210,7 +210,7 @@
#define APM_STAT_LINE_ON 1
typedef struct apm_info {
- const char driver_version[10];
+ char driver_version[10];
int apm_version_major;
int apm_version_minor;
int apm_flags;