tools/btpclient: Fix compile warning with strncpy
authorTedd Ho-Jeong An <tedd.an@intel.com>
Thu, 29 Nov 2018 23:24:26 +0000 (15:24 -0800)
committerhimanshu <h.himanshu@samsung.com>
Tue, 21 Jan 2020 12:11:49 +0000 (17:41 +0530)
commit3c49d1c02bf9e58272c8526b0a1714a544300466
tree0e486b2df01bb6c28f45e21b80ec5af787a85858
parent113a06a85dc1464b090f13aa26794399e181f161
tools/btpclient: Fix compile warning with strncpy

This patch fixes the boundry warning-to-error in GCC 8.1.1 with strncpy.

Change-Id: I606199afaa5de1dc56f043160b1f6a53f3092b81
Signed-off-by: himanshu <h.himanshu@samsung.com>
tools/btpclient.c