Commit fdf92d1
Fix type conversion macros in Window#attr_set and Window#attr_get
- attr_set: NUM2ULONG -> NUM2UINT to match attr_t (unsigned int)
- attr_get: ULONG2NUM -> UINT2NUM for attr_t; INT2FIX -> INT2NUM for
pair number to safely handle extended pair values on all platforms
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 7d4188e commit fdf92d1
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2970 | 2970 | | |
2971 | 2971 | | |
2972 | 2972 | | |
2973 | | - | |
| 2973 | + | |
2974 | 2974 | | |
2975 | 2975 | | |
2976 | 2976 | | |
| |||
3003 | 3003 | | |
3004 | 3004 | | |
3005 | 3005 | | |
3006 | | - | |
| 3006 | + | |
3007 | 3007 | | |
3008 | 3008 | | |
3009 | 3009 | | |
| |||
0 commit comments