mirror of
https://github.com/transmission/transmission.git
synced 2025-12-26 21:29:18 +00:00
take a shot in the dark on the crash reported in #transmission
This commit is contained in:
@@ -574,7 +574,7 @@ tr_bitfieldIsEmpty( const tr_bitfield_t * bitfield )
|
||||
return 1;
|
||||
}
|
||||
|
||||
#define BIN(nth) (nth>>3)
|
||||
#define BIN(nth) ((unsigned int)nth/8u)
|
||||
#define BIT(nth) (1<<(7-(nth%8)))
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user