We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c897f18 commit ace42f5Copy full SHA for ace42f5
loader/secondary.c
@@ -306,7 +306,7 @@ void try_boot_cd() {
306
307
read = FileRead(exe_fd, data_buffer, 2048);
308
if (read < 0) {
309
- debug_write("Failed to read. Error %d.", read, exe_fcb->last_error);
+ debug_write("Failed to read. Error %d.", exe_fcb->last_error);
310
FileClose(exe_fd);
311
return;
312
}
@@ -368,7 +368,7 @@ void try_boot_cd() {
368
369
read = FileRead(exe_fd, exe_header->offsets.load_addr, exe_header->offsets.load_size);
370
371
372
373
374
0 commit comments