mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-22 10:29:31 +00:00
use second/head.h
This commit is contained in:
parent
5f806cd761
commit
656ac19037
@ -14,7 +14,7 @@
|
||||
|
||||
#include "emile.h"
|
||||
#include "emile-first.h"
|
||||
#include "emile-second.h"
|
||||
#include "../second/head.h"
|
||||
|
||||
static void usage(int argc, char** argv)
|
||||
{
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
#include "emile.h"
|
||||
#include "emile-first.h"
|
||||
#include "emile-second.h"
|
||||
#include "../second/head.h"
|
||||
|
||||
static void usage(int argc, char** argv)
|
||||
{
|
||||
@ -70,7 +70,7 @@ int set_cmdline(int readonly, char* image, char* cmdline)
|
||||
return 7;
|
||||
}
|
||||
|
||||
if (EMILE_001_SIGNATURE != read_long(&header.signature))
|
||||
if (EMILE_02_SIGNATURE != read_long(&header.signature))
|
||||
{
|
||||
fprintf(stderr, "Bad Header signature\n");
|
||||
return 8;
|
||||
|
Loading…
Reference in New Issue
Block a user