protocol-native: Use pa_atoi() instead of pa_atou() for parse buffer attributes 56/188756/2 submit/tizen/20180912.070306
authorJungsup Lee <jungsup4.lee@samsung.com>
Thu, 6 Sep 2018 11:31:52 +0000 (20:31 +0900)
committerJungsup Lee <jungsup4.lee@samsung.com>
Mon, 10 Sep 2018 08:53:38 +0000 (17:53 +0900)
commitdb0361263dcc2efb91725fd363929dc46a086a89
treef179e3663a571f7c42447434687af26cfad038c8
parent3ec1d06edbc79515242019eadd8b63a9ef3fc993
protocol-native: Use pa_atoi() instead of pa_atou() for parse buffer attributes

Buffer attributes can be set to '-1'
but pa_atou() return fail if input string begin with '-' sign

Change-Id: Ic2923de238b56dc29299dec31fe19d0a64c9794c
Signed-off-by: Jungsup Lee <jungsup4.lee@samsung.com>
packaging/pulseaudio.spec
src/pulsecore/protocol-native.c