Skip to Content.
Sympa Menu

freetds - Re: [freetds] HP/UX 11 and configure problem

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "James K. Lowden" <jklowden AT schemamania.org>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] HP/UX 11 and configure problem
  • Date: Sat, 5 Apr 2003 10:50:01 -0500

On 05 Apr 2003 09:16:26 +0200, Frediano Ziglio <freddyz77 AT tin.it> wrote:
>
> IMHO ML cut my attachment.
> It must be a very clever type of ML that check and delete bad patch
> automatically :)

If only that feature worked more reliably....

I tried to apply the patch but is was rejected as malformed. Something in
the mail system wrapped the lines. I tried to undo the damage but there
were many lines that didn't start with [+-]. I don't have confidence that
I could recreate what you sent me.

If you think the ML is chopping your patches, just send it to me
privately.

--jkl

P.S. IIn a silly example of overengineering, I ran this Perl script:

while(<>){
$begin++ if /^Index/;
next unless $begin;

$plus++ if /^\+/;
$minus++ if /^\-/;
$lines++;
}

$other = $lines - ($plus + $minus);
print "$lines lines, $plus added, $minus deleted, $other wrapped\n";

and got:

116 lines, 29 added, 22 deleted, 65 wrapped




Archive powered by MHonArc 2.6.24.

Top of Page