mirror of
https://github.com/limine-bootloader/limine
synced 2025-01-19 11:09:26 +03:00
limine: Fix wrong variable name
This commit is contained in:
parent
fb19f6bc97
commit
414fb38492
@ -379,7 +379,7 @@ FEAT_START
|
||||
module_cmdline = "";
|
||||
}
|
||||
|
||||
print("limine: Loading module `%s`...\n", m_path);
|
||||
print("limine: Loading module `%s`...\n", module_path);
|
||||
|
||||
struct file_handle *f;
|
||||
if ((f = uri_open(module_path)) == NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user