Mercurial > hg > xemacs-beta
diff src/console-x.c @ 5097:4a6b680a9577
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Thu, 04 Mar 2010 07:26:05 -0600 |
parents | 99f8ebc082d9 |
children | 308d34e9f07d |
line wrap: on
line diff
--- a/src/console-x.c Thu Mar 04 07:19:03 2010 -0600 +++ b/src/console-x.c Thu Mar 04 07:26:05 2010 -0600 @@ -240,7 +240,7 @@ split_up_display_spec (connection, &hostname_length, &display_length, &screen_length); - hostname = Fsubstring (connection, Qzero, make_int (hostname_length)); + hostname = Fsubseq (connection, Qzero, make_int (hostname_length)); hostname = canonicalize_host_name (hostname); connection = concat2 (hostname, make_string (XSTRING_DATA (connection)