Subversion Repositories Kolibri OS

Rev

Rev 4534 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4534 Rev 4540
Line 353... Line 353...
353
	pre_text = 0;
353
	pre_text = 0;
354
	WB1.list.first = WB1.list.count = 0;
354
	WB1.list.first = WB1.list.count = 0;
355
}
355
}
Line 356... Line 356...
356
 
356
 
-
 
357
void DrawLetter() {
357
void DrawLetter() {
358
	pre_text = 2;
358
	filesize = strlen(mdata);
359
	bufsize = strlen(mdata);
359
	if (filesize) WB1.ParseHTML(mdata);
360
	if (bufsize) WB1.ParseHTML(mdata);
Line 360... Line 361...
360
}
361
}
361
 
362