]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
dbus/win: fix a code comment about get_tmpdir()
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 15 Feb 2022 22:07:56 +0000 (02:07 +0400)
committerSimon McVittie <smcv@collabora.com>
Fri, 15 Jul 2022 15:26:18 +0000 (16:26 +0100)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
dbus/dbus-sysdeps-win.c

index d26809fa1f8d6d6f038d310cb32148dbd5cebf75..9b8d1889a44f73ba90ed51508d63dba02bcc45b2 100644 (file)
@@ -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
  */