Re: [PATCH] split: --verbose output to stdout

2008-01-23 Thread Steven Schubiger
Jim Meyering <[EMAIL PROTECTED]> wrote: > Steven Schubiger <[EMAIL PROTECTED]> wrote: > > diff --git a/src/split.c b/src/split.c > > index 5807a1c..2ad0baf 100644 > > --- a/src/split.c > > +++ b/src/split.c > > @@ -208,7 +208,7 @@ cwrite (bool new_file_flag, const char *bp, size_t > > bytes) > > >

Re: [PATCH] split: --verbose output to stdout

2008-01-12 Thread Jim Meyering
Steven Schubiger <[EMAIL PROTECTED]> wrote: > diff --git a/src/split.c b/src/split.c > index 5807a1c..2ad0baf 100644 > --- a/src/split.c > +++ b/src/split.c > @@ -208,7 +208,7 @@ cwrite (bool new_file_flag, const char *bp, size_t bytes) > >next_file_name (); >if (verbose) > - fp

[PATCH] split: --verbose output to stdout

2008-01-12 Thread Steven Schubiger
Patch attached (tested). Steven Schubiger diff --git a/src/split.c b/src/split.c index 5807a1c..2ad0baf 100644 --- a/src/split.c +++ b/src/split.c @@ -208,7 +208,7 @@ cwrite (bool new_file_flag, const char *bp, size_t bytes) next_file_name (); if (verbose) - fprintf (stderr,