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:
parent
6ab1147cb6
commit
cfa1bc8480
1 changed files with 1 additions and 1 deletions
|
@ -41,8 +41,8 @@ typedef struct benc_val_s
|
|||
struct
|
||||
{
|
||||
int i;
|
||||
char * s;
|
||||
int nofree;
|
||||
char * s;
|
||||
} s;
|
||||
struct
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue