mirror of
https://github.com/vivier/EMILE.git
synced 2025-02-27 06:29:15 +00:00
Don't print ramdisk if NULL
This commit is contained in:
parent
53ef8d07f5
commit
bdce469744
@ -41,7 +41,8 @@ int read_config(emile_l2_header_t* info,
|
||||
}
|
||||
|
||||
printf("kernel %s\n", *kernel_path);
|
||||
printf("ramdisk %s\n", *ramdisk_path);
|
||||
if (*ramdisk)
|
||||
printf("ramdisk %s\n", *ramdisk_path);
|
||||
|
||||
*command_line = info->command_line;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user