1
Fork 0
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:
Eli Zaretskii 2010-09-22 20:39:51 +02:00
parent 38c54d9dab
commit fc33e1531e

View file

@ -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]);