mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
take a shot in the dark on the crash reported in #transmission
This commit is contained in:
parent
351c9154e5
commit
8c79683c83
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue