silence all gcc warnings
This commit is contained in:
@ -213,7 +213,7 @@ pullupblock(Block *bp, int n)
|
||||
* copy bytes from the trailing blocks into the first
|
||||
*/
|
||||
n -= BLEN(bp);
|
||||
while(nbp = bp->next){
|
||||
while((nbp = bp->next)){
|
||||
i = BLEN(nbp);
|
||||
if(i > n) {
|
||||
memmove(bp->wp, nbp->rp, n);
|
||||
|
Reference in New Issue
Block a user