1
0
Fork 0
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:
Charles Kerr 2007-07-24 20:29:27 +00:00
parent 351c9154e5
commit 8c79683c83

View file

@ -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