On Tue, 2016-06-14 at 10:33 +0100, Frediano Ziglio wrote:
> The field was used just as a flag.
> This has the advantage to make clear to not use the pointer as we don't
> have ownership.
> Also many the structure a bit smaller.
s/many/makes/
Acked-by: Jonathon Jongsma
>
> Signed-off-by: Fredia
The field was used just as a flag.
This has the advantage to make clear to not use the pointer as we don't
have ownership.
Also many the structure a bit smaller.
Signed-off-by: Frediano Ziglio
---
server/dcc-encoders.c | 12 +---
1 file changed, 5 insertions(+), 7 deletions(-)
diff --gi