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
fc33e153
Commit
fc33e153
authored
Sep 22, 2010
by
Eli Zaretskii
Browse files
w32.c (get_emacs_configuration_options): Fix last change.
parent
38c54d9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/w32.c
src/w32.c
+1
-0
No files found.
src/w32.c
View file @
fc33e153
...
...
@@ -1963,6 +1963,7 @@ get_emacs_configuration_options (void)
size
+=
strlen
(
options
[
i
]);
options_buffer
=
xmalloc
(
size
+
1
);
options_buffer
[
0
]
=
'\0'
;
for
(
i
=
0
;
options
[
i
];
i
++
)
strcat
(
options_buffer
,
options
[
i
]);
...
...
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