|
Line 0
Link Here
|
|
|
1 |
--- libdesktopbsd-ui/moddevinfo.ui.h.orig 2007-09-12 19:36:40.000000000 +0400 |
| 2 |
+++ libdesktopbsd-ui/moddevinfo.ui.h 2007-09-12 19:37:14.000000000 +0400 |
| 3 |
@@ -32,7 +32,7 @@ |
| 4 |
|
| 5 |
if(dev->dd_name[0] != '\0' && dev->dd_state >= DIS_ATTACHED) { |
| 6 |
Device device(dev->dd_name); |
| 7 |
- uint level = (uint) arg; |
| 8 |
+ uint level = 0x000ffffff & (ulong) arg; |
| 9 |
|
| 10 |
/* Check the index in parents[], even if it is |
| 11 |
* highly unlikely that it is > 32. |