|
From: Alex M. S. <arc...@us...> - 2004-04-03 10:31:07
|
Update of /cvsroot/nettle/nettle/c In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1987/c Modified Files: nettle Log Message: Reconnect didn't work properly, and showed looking up host %0... <host>... instead of Looking up host <host>... Index: nettle =================================================================== RCS file: /cvsroot/nettle/nettle/c/nettle,v retrieving revision 1.120 retrieving revision 1.121 diff -C2 -d -r1.120 -r1.121 *** nettle 13 Dec 2003 17:42:56 -0000 1.120 --- nettle 3 Apr 2004 10:18:51 -0000 1.121 *************** *** 1691,1696 **** set_title_bar(session->window_handle, lookup_static ("title_conn")); ! write_out_strings (session, lookup_static ("lookup"), ! session->socket_host, "...\r\n", 0); main_requirenull = true; --- 1691,1698 ---- set_title_bar(session->window_handle, lookup_static ("title_conn")); ! write_out_strings (session, ! lookup_static_var ("lookup", 1, ! session->socket_host), ! "\r\n", 0); main_requirenull = true; |