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