Fix to GWIN console widget

This commit is contained in:
inmarket 2019-05-08 09:01:56 +10:00
parent 701f697df5
commit 127a7cd2a2

View File

@ -179,7 +179,7 @@
}
// Was there a newline, if not delete everything.
if (*p != '\n') {
if (p >= ep) {
gcw->bufpos = 0;
return;
}