Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6785 → Rev 6786

/programs/cmm/lib/font.h
194,7 → 194,7
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;