fix build

git-svn-id: svn://kolibrios.org@6785 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2016-12-04 19:33:48 +00:00
parent 9883b8911d
commit 49d1cbe22c

View File

@ -193,7 +193,8 @@ byte Cp866ToAnsi(byte s) {
IF(font)free(font); IF(font)free(font);
label_io.read(font_path); label_io.read(font_path);
IF(!EAX) { IF(!EAX) {
notify("'Error: KFONT is not loaded.' -E"); debugln(font_path);
io.run("/sys/@notify", "'Error: KFONT is not loaded.' -E");
return false; return false;
} }
font_begin = font = label_io.buffer_data; font_begin = font = label_io.buffer_data;