Skip to content

Commit b952365

Browse files
johnislarryfacebook-github-bot
authored andcommitted
std::string to const char*
Reviewed By: danzimm Differential Revision: D6570194 fbshipit-source-id: 84dae925b9269393b6925e0977598e3872acb14e
1 parent ea2e2c5 commit b952365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactAndroid/src/main/jni/react/jni/JniJSModulesUnbundle.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
using magic_number_t = uint32_t;
1616
const magic_number_t MAGIC_FILE_HEADER = 0xFB0BD1E5;
17-
const std::string MAGIC_FILE_NAME = "UNBUNDLE";
17+
const char* MAGIC_FILE_NAME = "UNBUNDLE";
1818

1919
namespace facebook {
2020
namespace react {

0 commit comments

Comments
 (0)