mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-22 10:29:31 +00:00
correct floppy case
This commit is contained in:
parent
0d7d894646
commit
e910ef344e
@ -187,6 +187,8 @@ static int set_output(char* image,
|
||||
return 3;
|
||||
}
|
||||
}
|
||||
else
|
||||
offset = lseek(fd, 0, SEEK_CUR);
|
||||
|
||||
configuration = emile_second_get_configuration(fd);
|
||||
if (configuration == NULL)
|
||||
@ -248,7 +250,7 @@ static int set_output(char* image,
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
int ret;
|
||||
char* image;
|
||||
char* image = NULL;
|
||||
int option_index;
|
||||
int c;
|
||||
unsigned int enable_mask = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user