aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sysdep.c')
-rw-r--r--src/sysdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 7d0855b543c..6ce583b3d53 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -3092,7 +3092,7 @@ system_process_attributes (Lisp_Object pid)
3092 3092
3093 decoded_comm = 3093 decoded_comm =
3094 (code_convert_string_norecord 3094 (code_convert_string_norecord
3095 (make_unibyte_string (args, strlen (args)), 3095 (build_unibyte_string (args),
3096 Vlocale_coding_system, 0)); 3096 Vlocale_coding_system, 0));
3097 3097
3098 attrs = Fcons (Fcons (Qargs, decoded_comm), attrs); 3098 attrs = Fcons (Fcons (Qargs, decoded_comm), attrs);