bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#24044: [PATCH] fileio.c: introduce make_temp_name_buf


From: Alexnader Kuleshov
Subject: bug#24044: [PATCH] fileio.c: introduce make_temp_name_buf
Date: Thu, 21 Jul 2016 16:02:21 +0600
User-agent: Mutt/1.6.0-rc0 ((null))

Hello,

The make_temp_name function in a case when BASE64_P is true or when
HAVE_LONG_FILE_NAMES is
not defined builds buffer where first three characters is a PID in
base64 encoding. This leads to some of
code duplication.

Attached patch introduces make_temp_name_buf() function which will do
this functionality and allows to avoid
code duplication.

Thank you

Attachment: 0001-fileio.c-introduce-make_temp_name_buf.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]