diff options
Diffstat (limited to 'src/unexsol.c')
| -rw-r--r-- | src/unexsol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unexsol.c b/src/unexsol.c index 470206d5838..cfd515ff504 100644 --- a/src/unexsol.c +++ b/src/unexsol.c | |||
| @@ -20,7 +20,7 @@ unexec (const char *new_name, const char *old_name) | |||
| 20 | if (! dldump (0, new_name, RTLD_MEMORY)) | 20 | if (! dldump (0, new_name, RTLD_MEMORY)) |
| 21 | return; | 21 | return; |
| 22 | 22 | ||
| 23 | data = Fcons (build_string (new_name), Qnil); | 23 | data = list1 (build_string (new_name)); |
| 24 | synchronize_system_messages_locale (); | 24 | synchronize_system_messages_locale (); |
| 25 | errstring = code_convert_string_norecord (build_string (dlerror ()), | 25 | errstring = code_convert_string_norecord (build_string (dlerror ()), |
| 26 | Vlocale_coding_system, 0); | 26 | Vlocale_coding_system, 0); |