1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-03 21:12:05 +00:00

shrink sizeof(benc_val_t) from 32 to 24 by better alignment

This commit is contained in:
Charles Kerr 2008-02-02 16:09:10 +00:00
parent 6ab1147cb6
commit cfa1bc8480

View file

@ -41,8 +41,8 @@ typedef struct benc_val_s
struct
{
int i;
char * s;
int nofree;
char * s;
} s;
struct
{