mirror of
https://github.com/vivier/EMILE.git
synced 2025-08-15 07:27:41 +00:00
use second/head.h
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
#include "emile.h"
|
#include "emile.h"
|
||||||
#include "emile-first.h"
|
#include "emile-first.h"
|
||||||
#include "emile-second.h"
|
#include "../second/head.h"
|
||||||
|
|
||||||
static void usage(int argc, char** argv)
|
static void usage(int argc, char** argv)
|
||||||
{
|
{
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
#include "emile.h"
|
#include "emile.h"
|
||||||
#include "emile-first.h"
|
#include "emile-first.h"
|
||||||
#include "emile-second.h"
|
#include "../second/head.h"
|
||||||
|
|
||||||
static void usage(int argc, char** argv)
|
static void usage(int argc, char** argv)
|
||||||
{
|
{
|
||||||
@@ -70,7 +70,7 @@ int set_cmdline(int readonly, char* image, char* cmdline)
|
|||||||
return 7;
|
return 7;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (EMILE_001_SIGNATURE != read_long(&header.signature))
|
if (EMILE_02_SIGNATURE != read_long(&header.signature))
|
||||||
{
|
{
|
||||||
fprintf(stderr, "Bad Header signature\n");
|
fprintf(stderr, "Bad Header signature\n");
|
||||||
return 8;
|
return 8;
|
||||||
|
Reference in New Issue
Block a user