From: Hyuk Lee Date: Mon, 8 May 2017 04:34:28 +0000 (+0900) Subject: Fix the build error X-Git-Tag: accepted/tizen/unified/20170508.153107~1 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fconnectivity%2Fbluetooth-frwk.git;a=commitdiff_plain;h=74b4b515e6883882aa7d03edbfa05f45732202be Fix the build error Change-Id: Ib2c8b4517d30d652cd9f65c6cc45049c5122b4ee Signed-off-by: Hyuk Lee --- diff --git a/bt-otp/bt-otpserver.c b/bt-otp/bt-otpserver.c index de422c7..7950b54 100644 --- a/bt-otp/bt-otpserver.c +++ b/bt-otp/bt-otpserver.c @@ -502,7 +502,7 @@ static void _bt_otp_method(GDBusConnection *connection, for (l = list; l != NULL; l = l->next) { if (!l->data) continue; - snprintf(absolute_path, sizeof(path), "%s%s", directory, + snprintf(absolute_path, sizeof(absolute_path), "%s%s", directory, (char *)l->data); BT_INFO("filename: %s, absoulte_path: %s",