On 2/8/07, Gurjeet Singh <[EMAIL PROTECTED]> wrote:
In help.c:slashUsage(), the comment says: /* if you add/remove a line here, change the row count above */ So I guess, the patch should also include a change to the line: output = PageOutput(67, pager); => output = PageOutput(68, pager);
Thanks for the tip, in fact I am slipping in "two" lines because I had to break the line. So should this be set to 69 in my patch? Based on the function name alone, I suspect the answer is yes. :)