mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-06-07 08:14:48 +00:00
small fixes for last commit
This commit is contained in:
parent
37055c1fa9
commit
48f9e4c7d6
Binary file not shown.
@ -430,7 +430,7 @@ U0 ZenithLog(U8 *format,...)
|
|||||||
}
|
}
|
||||||
|
|
||||||
U0 ZenithWarn(U8 *format,...)
|
U0 ZenithWarn(U8 *format,...)
|
||||||
{//Display pink blinking Err text in zenith_task.
|
{//Display pink blinking Warn text in zenith_task.
|
||||||
U8 *buf=StrPrintJoin(NULL,format,argc,argv),
|
U8 *buf=StrPrintJoin(NULL,format,argc,argv),
|
||||||
*st=MStrPrint(ST_WARN_ST "%s",buf);
|
*st=MStrPrint(ST_WARN_ST "%s",buf);
|
||||||
if (Fs==zenith_task)
|
if (Fs==zenith_task)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user