mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-06 21:09:22 +00:00
Fix logic in conditional statement inside sys_print
This commit is contained in:
@ -54,7 +54,7 @@ static int sys_print(SyscallsFrame *Frame, char Char, int Index)
|
||||
|
||||
char ret = Display->Print(Char, Index, true);
|
||||
#ifdef DEBUG
|
||||
if (!Config.BootAnimation && Index != 0)
|
||||
if (!Config.BootAnimation && Index == 0)
|
||||
Display->SetBuffer(Index);
|
||||
#endif
|
||||
UNUSED(Frame);
|
||||
|
Reference in New Issue
Block a user