Re: [pulseaudio-discuss] [PATCH 1/8] utils: change pa_bool_t to bool

2012-07-01 Thread rong deng
Hi list, According to Tanu's suggestion, I've changed pa_bool_t to bool. Now, when we do "git grep pa_bool_t", here's nothing. :) Please help to review. Thanks! 2012/7/1 Deng Zhengrong : > --- >  src/utils/pacat.c |   10 +- >  src/utils/pacmd.c |    2 +- >  src/utils/pactl.c |   10 +-

[pulseaudio-discuss] [PATCH 1/8] utils: change pa_bool_t to bool

2012-07-01 Thread Deng Zhengrong
--- src/utils/pacat.c | 10 +- src/utils/pacmd.c |2 +- src/utils/pactl.c | 10 +- src/utils/padsp.c |2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/utils/pacat.c b/src/utils/pacat.c index ec360f7..0f564c8 100644 --- a/src/utils/pacat.c +++ b