--- a/src/protocols/rendezvous/rendezvous.c Mon Apr 11 15:00:30 2005 +0000 +++ b/src/protocols/rendezvous/rendezvous.c Mon Apr 11 15:26:51 2005 +0000 @@ -831,7 +831,7 @@ prpl_info.set_status = rendezvous_prpl_set_status; if (gethostname(hostname, 255) != 0) { - gaim_debug_warning("rendezvous", "Error %d when getting host name. Using \"localhost.\"\n", errno); + gaim_debug_warning("rendezvous", "Error %d when getting host name. Using \"localhost.\"\n", errno); strcpy(hostname, "localhost"); }