Skip to content

Commit

Permalink
std::string to const char*
Browse files Browse the repository at this point in the history
Reviewed By: danzimm

Differential Revision: D6570194

fbshipit-source-id: 84dae925b9269393b6925e0977598e3872acb14e
  • Loading branch information
johnislarry authored and facebook-github-bot committed Dec 14, 2017
1 parent ea2e2c5 commit b952365
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

using magic_number_t = uint32_t;
const magic_number_t MAGIC_FILE_HEADER = 0xFB0BD1E5;
const std::string MAGIC_FILE_NAME = "UNBUNDLE";
const char* MAGIC_FILE_NAME = "UNBUNDLE";

namespace facebook {
namespace react {
Expand Down

0 comments on commit b952365

Please sign in to comment.