fix software widget

git-svn-id: svn://kolibrios.org@6786 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2016-12-05 19:20:57 +00:00
parent 49d1cbe22c
commit f1d65cb32f
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -2,7 +2,7 @@
SOFTWARE CENTER v2.8
*/
#define MEMSIZE 0x9000
#define MEMSIZE 4096 * 15
#include "..\lib\strings.h"
#include "..\lib\mem.h"
#include "..\lib\io.h"