Christ van Willegen wrote: > Hello Dominique, > > On Mon, Nov 5, 2012 at 8:40 PM, Dominique Pellé > <[email protected]> wrote: > >> Attached patch fixes it but please review it. > > This part of the diff looks off to me: > > - if (h4 + h3 + h2 > min_height || h3 + h2 + h1 > min_height) > + if (h4 == MAXCOL + h4 + h3 + h2 > min_height || h3 + h2 + h1 > > min_height) > > You probably meant 'h4 == MAXCOL || h4 + h3 + h2 > min_height' here? > > Christ van Willegen
Thanks for spotting it. You are of course right. Attached is the updated patch. -- Dominique -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
fixed-signed-overflow-move.c-7.3.712.patch2
Description: Binary data
