mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Back out most of last change
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1902 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -79,7 +79,7 @@ int nxflat_verifyheader(const struct nxflat_hdr_s *header)
|
||||
* silently. This is not our binary.
|
||||
*/
|
||||
|
||||
if (strncmp(header->h_magic, "NXFLAT", 4) != 0)
|
||||
if (strncmp(header->h_magic, NXFLAT_MAGIC, 4) != 0)
|
||||
{
|
||||
bdbg("Unrecognized magic=\"%c%c%c%c\"",
|
||||
header->h_magic[0], header->h_magic[1],
|
||||
|
||||
Reference in New Issue
Block a user