Re: [Spice-devel] [PATCH spice-server] sound: Use bool type coherently

2017-04-26 Thread David Jaša
On Wed, 2017-04-19 at 16:51 +0100, Frediano Ziglio wrote: > Many function already used bool as boolean type. > Change last gboolean occurrencies and values. Probably already merged, but: "occurrences" > > Signed-off-by: Frediano Ziglio > --- >  server/sound.c | 70 +-

Re: [Spice-devel] [PATCH spice-server] sound: Use bool type coherently

2017-04-19 Thread Victor Toso
Hey, On Wed, Apr 19, 2017 at 04:51:17PM +0100, Frediano Ziglio wrote: > Many function already used bool as boolean type. > Change last gboolean occurrencies and values. > > Signed-off-by: Frediano Ziglio 'sounds' good! ;) Acked-by: Victor Toso > --- > server/sound.c | 70 > ++

[Spice-devel] [PATCH spice-server] sound: Use bool type coherently

2017-04-19 Thread Frediano Ziglio
Many function already used bool as boolean type. Change last gboolean occurrencies and values. Signed-off-by: Frediano Ziglio --- server/sound.c | 70 +- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/server/sound.c b/serve