Fix to GWIN console widget

remotes/origin_old/master
inmarket 2019-05-08 09:01:56 +10:00
parent 701f697df5
commit 127a7cd2a2
1 changed files with 1 additions and 1 deletions

View File

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