mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-21 18:30:20 +00:00
Add error message
This commit is contained in:
parent
3eb3d6005e
commit
c4fb2d359e
@ -286,6 +286,7 @@ char* load_chainloader(char *path)
|
||||
|
||||
if (ret != stat.st_size)
|
||||
{
|
||||
printf("Cannot read %ld from %s\n", stat.st_size, path);
|
||||
free(loader);
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user