X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/765e61e391ee0937ff6b30510b6c4651064fe38e..d7ea76b4f34c4e2c43bf0b1deeedde354ca540f7:/src/sysdep.c diff --git a/src/sysdep.c b/src/sysdep.c index 7d0855b543..6ce583b3d5 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -3092,7 +3092,7 @@ system_process_attributes (Lisp_Object pid) decoded_comm = (code_convert_string_norecord - (make_unibyte_string (args, strlen (args)), + (build_unibyte_string (args), Vlocale_coding_system, 0)); attrs = Fcons (Fcons (Qargs, decoded_comm), attrs);