cpString

Kendy Kutzner kutzner at fokus.gmd.de
Tue Oct 29 18:09:18 EST 2002


On 2002-10-29T08:54:45+0000, testclick wrote:
> click_chatter("hostname is %s", hostname.data());

Try using hostname.c_str() instead. The reason i guess is that .data()
is not NULL-terminated, but click_chatter expects this.

Kendy




More information about the click mailing list