Skip to content

Commit

Permalink
Reapply the patch of dd92c10
Browse files Browse the repository at this point in the history
  • Loading branch information
tueda committed Apr 2, 2017
1 parent cda04e9 commit a7392f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/compcomm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1551,7 +1551,7 @@ int AddComString(int n, WORD *array, UBYTE *thestring, int par)
}
AddLHS(AC.cbufnum);
size = numchars/sizeof(WORD)+1;
while ( C->Pointer+size+n+1 >= C->Top ) DoubleCbuffer(AC.cbufnum,C->Pointer,19);
while ( C->Pointer+size+n+2 >= C->Top ) DoubleCbuffer(AC.cbufnum,C->Pointer,19);
#ifdef COMPBUFDEBUG
cc = C->Pointer;
#endif
Expand Down

0 comments on commit a7392f5

Please sign in to comment.