Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e361a3c3
Commit
e361a3c3
authored
Jan 09, 1998
by
Richard M. Stallman
Browse files
(x_load_font): Use string_byte.
parent
0120fdf9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/xterm.c
src/xterm.c
+2
-2
No files found.
src/xterm.c
View file @
e361a3c3
...
...
@@ -6930,8 +6930,8 @@ x_term_init (display_name, xrm_option, resource_name)
#endif /* ! 0 */
dpyinfo->x_id_name
=
(
char
*
)
xmalloc
(
XSTRING
(
Vinvocation_name
)
->
size
+
XSTRING
(
Vsystem_name
)
->
size
= (char *) xmalloc (XSTRING (Vinvocation_name)->size
_byte
+ XSTRING (Vsystem_name)->size
_byte
+ 2);
sprintf (dpyinfo->x_id_name, "%s@%s",
XSTRING (Vinvocation_name)->data, XSTRING (Vsystem_name)->data);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment