mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-20 19:42:53 -08:00
w32.c (get_emacs_configuration_options): Fix last change.
This commit is contained in:
parent
38c54d9dab
commit
fc33e1531e
1 changed files with 1 additions and 0 deletions
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue