Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15
gkrellm
gkrellm-2.3.5-fix-sdX-sort-order.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gkrellm-2.3.5-fix-sdX-sort-order.patch of Package gkrellm
diff --git a/src/sysdeps/linux.c b/src/sysdeps/linux.c index 427fe6e..a81305a 100644 --- a/src/sysdeps/linux.c +++ b/src/sysdeps/linux.c @@ -484,6 +484,8 @@ gkrellm_sys_disk_order_from_name(const gchar *name) } if (i >= table_size) i = -1; + if (i > 9) /* > hda */ + i += (i - 10) * 16 + suffix - dm->suffix_base; return i; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor