mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-22 10:29:31 +00:00
Set correctly size of second level in first level
This commit is contained in:
parent
d2f871e097
commit
964f5809ac
@ -134,7 +134,6 @@ int emile_floppy_create_image(char* first_level, char* second_level,
|
||||
{
|
||||
int ret;
|
||||
int fd;
|
||||
unsigned int second_level_size;
|
||||
|
||||
if (image == NULL)
|
||||
return -1;
|
||||
@ -175,7 +174,7 @@ int emile_floppy_create_image(char* first_level, char* second_level,
|
||||
EMILE_FIRST_TUNE_OFFSET|
|
||||
EMILE_FIRST_TUNE_SIZE,
|
||||
1, FIRST_LEVEL_SIZE,
|
||||
second_level_size);
|
||||
emile_file_get_size(second_level));
|
||||
if (ret != 0)
|
||||
{
|
||||
close(fd);
|
||||
|
Loading…
Reference in New Issue
Block a user