+1 octet is not very big price for increased usability. Or it _is_, Mike?
do compare the lengths:
xchdir("/dev"); ... xfopen("/etc/mdev.conf")
xchdir("dev"); ... xfopen("../etc/mdev.conf")
--
Vladimir
2008/3/29, Mike Frysinger <[EMAIL PROTECTED]>:
> On Thursday 27 March 2008, [EMAIL PROTECTED] wrote:
> > So I decided to split the whole patch: attached is the first part which
> > adds regexp substitution in rename clause and nothing more.
>
> please update to current trunk and use C if's rather than CPP #if's, and use
> C
> style comments rather than C++. then i'll look at merging it as this
> version
> is much cleaner than the original.
>
> if (ENABLE_...) {
> /* do regex stuff */
> } else {
> /* dont do regex stuff */
> }
> -mike
>
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox