mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-02 21:30:29 +00:00
Correct typo
This commit is contained in:
parent
0ec74c655d
commit
6f37023fb1
@ -539,7 +539,7 @@ static int8_t *set_config(emile_config *config, int drive)
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
sprintf(chainloader,
|
sprintf(chainloader,
|
||||||
"block:(sd%d)0x%x,0x%x", unit_id,
|
"block:(sd%d)0x%x,0x%lx", unit_id,
|
||||||
container->blocks[0].offset,
|
container->blocks[0].offset,
|
||||||
st.st_size);
|
st.st_size);
|
||||||
free(container);
|
free(container);
|
||||||
|
Loading…
Reference in New Issue
Block a user