Hi,

I hand white-space clean a lot, but there is limit ;-)

“unified” diff -u please!

        René

On 10 Jan 2019, at 18:03, Joe Kozak 
<[email protected]> wrote:

> moo@moo-PowerEdge-R710 ~ $ diff 
> mytest/build/misc/tools-source/fl_wrapper.c.sh 
> t2-trunk/misc/tools-source/fl_wrapper.c.sh 
> 436,440c436
> <             if (snprintf(absfile, PATH_MAX, "%s/%s", cwd, file) > PATH_MAX)
> <                     {
> <                     fprintf(stderr, "ERROR: pathname/filename too long: %s, 
> %d", __FILE__, __LINE__);
> <                     exit(0); 
> <                     }
> ---
> >             snprintf(absfile, PATH_MAX, "%s/%s", cwd, file);
> 524,528c520,521
> <     if (snprintf(buf,PATH_MAX,"%s.%s:\t%s\n", cmdname, func, absfile) > 
> PATH_MAX)
> <             {
> <             fprintf(stderr, "ERROR: pathname/filename too long: %s, %d", 
> __FILE__, __LINE__);
> <             exit(0);
> <             }
> ---
> > 
> >     sprintf(buf,"%s.%s:\t%s\n", cmdname, func, absfile);
> ----------------------------------------------------------- 
> If you wish to unsubscribe from this mailing, send mail to
> [email protected] with a subject of: unsubscribe t2

-- 
 ExactCODE GmbH, Lietzenburger Str. 42, DE-10789 Berlin
 DE Legal: Amtsgericht Berlin (Charlottenburg) HRB 105123B, Tax-ID#: DE251602478
 Managing Director: René Rebe
 http://exactcode.com | http://exactscan.com | http://ocrkit.com | 
http://t2-project.org | http://rene.rebe.de

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[email protected] with a subject of: unsubscribe t2

Reply via email to