From: 최종헌/Common Platform Lab(SR)/Engineer/삼성전자 Date: Tue, 7 Jul 2020 01:06:48 +0000 (+0900) Subject: Fixed build warning (#256) X-Git-Tag: accepted/tizen/unified/20200709.030139~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=03f098bc9e2ba12163a15da2f54c6d256fb2b25b;p=platform%2Fcore%2Fdotnet%2Flauncher.git Fixed build warning (#256) Change-Id: I2f7f6f63651086b3106b966e10a2d4cbc80149ab --- diff --git a/NativeLauncher/launcher/exec/loader.cc b/NativeLauncher/launcher/exec/loader.cc index 7455008..757aa19 100644 --- a/NativeLauncher/launcher/exec/loader.cc +++ b/NativeLauncher/launcher/exec/loader.cc @@ -123,7 +123,7 @@ static void __loader_create_cb(bundle *extra, int type, void *user_data) } char *uifw = NULL; - char *cmdName = "dotnet-loader"; + char const *cmdName = "dotnet-loader"; bundle_get_str(extra, KEY_TIZEN_UIFW, &uifw); if (uifw != NULL) {