mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
Fix logic in conditional statement inside sys_print
This commit is contained in:
parent
028115a1b0
commit
ab64b9f3b0
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user