change the 'duration_in_msec' type from long to unsigned int 69/318169/1
authordyamy-lee <dyamy.lee@samsung.com>
Wed, 25 Sep 2024 07:42:53 +0000 (16:42 +0900)
committerdyamy-lee <dyamy.lee@samsung.com>
Wed, 25 Sep 2024 08:06:34 +0000 (17:06 +0900)
commit29597963563e7b3fd7d36f2750e84120928c1eb7
tree79d2cb0dd5adda07792fd861537e83dca48b36af
parenta41f1b3d01059840fef8af39eecab60fcd570e1c
change the 'duration_in_msec' type from long to unsigned int

The change type is not safety from unsigned int to long.
And, in other side, related variables are used as unsigned int.
So, this patch changes it to unsigned int variable.

Change-Id: I59b4805abac695edf77e6a6854c67104d591d619
server/ttsd_server.c