From c100e6e9e531457313292fb7c2b80a2fbd2c78bc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc-Andr=C3=A9=20Lureau?= Date: Wed, 16 Feb 2022 02:07:56 +0400 Subject: [PATCH] dbus/win: fix a code comment about get_tmpdir() MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau --- dbus/dbus-sysdeps-win.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dbus/dbus-sysdeps-win.c b/dbus/dbus-sysdeps-win.c index d26809fa1..9b8d1889a 100644 --- a/dbus/dbus-sysdeps-win.c +++ b/dbus/dbus-sysdeps-win.c @@ -2524,8 +2524,7 @@ _dbus_generate_random_bytes (DBusString *str, } /** - * Gets the temporary files directory by inspecting the environment variables - * TMPDIR, TMP, and TEMP in that order. If none of those are set "/tmp" is returned + * Gets the temporary files directory, using GetTempPath() * * @returns location of temp directory, or #NULL if no memory for locking */ -- 2.47.3