Fix compiler warning. am: df52de7a3a am: 12cad722ec
am: 393ef9ddac

Change-Id: Ibb30f5ee1fbbc6fd54fd233a2637c8d06914b3af
diff --git a/third_party/NXPNFC_P61_JCOP_Kit/src/JcopOsDownload.cpp b/third_party/NXPNFC_P61_JCOP_Kit/src/JcopOsDownload.cpp
index 2a725ae..500b8fc 100644
--- a/third_party/NXPNFC_P61_JCOP_Kit/src/JcopOsDownload.cpp
+++ b/third_party/NXPNFC_P61_JCOP_Kit/src/JcopOsDownload.cpp
@@ -383,7 +383,7 @@
 #endif
             {
                 ALOGE("Starting 3-Step update");
-                memcpy(pImageInfo->fls_path, path[pImageInfo->index], sizeof(path[pImageInfo->index]));
+                memcpy(pImageInfo->fls_path, (char *)path[pImageInfo->index], sizeof(path[pImageInfo->index]));
                 pImageInfo->index++;
             }
             status = STATUS_OK;