On Mon, 2 May 2011 09:12:12 -0400 Rich Felker <[email protected]> wrote: > On Mon, May 02, 2011 at 11:28:22AM +0200, Stefan Seyfried wrote: > > I think it's not. "0.0.0.0" is a (const char *) IIUC. > > Well you remember incorrectly. C is not C++.
Yes, that may be it. I just remembered having to correct code that was "fixed" by people adding the (char *) cast instead of doing the right thing (at that place at least) of using "const char* host = ..." ;-) But that was C++, true. -- Stefan Seyfried "Dispatch war rocket Ajax to bring back his body!" _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
