From: Marc-André Lureau Date: Tue, 15 Feb 2022 22:07:56 +0000 (+0400) Subject: dbus/win: fix a code comment about get_tmpdir() X-Git-Tag: dbus-1.15.0~26^2~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c100e6e9e531457313292fb7c2b80a2fbd2c78bc;p=thirdparty%2Fdbus.git dbus/win: fix a code comment about get_tmpdir() Signed-off-by: Marc-André Lureau --- 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 */