fixed bug: OO_halfflush did not work properly

This commit is contained in:
ceriel 1989-01-31 10:33:59 +00:00
parent 3adeb611df
commit 2930ebb406

View file

@ -188,7 +188,7 @@ OO_halfflush()
for(p=OO_buffer,i=n;i--;)
C_out(p++);
/* now copy the rest of buffer and pattern back */
BTSCPY(p,q,i,OO_buffer,OO_buffer+n,n+(OO_nxtpatt-OO_buffer));
BTSCPY(p,q,i,OO_buffer,OO_buffer+n,(OO_nxtpatt-OO_buffer)-n);
OO_patternqueue -= n;
OO_nxtpatt -= n;
printstate("after Half flush");