]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Fix typo in creating temp file.
authorMarcus Brinkmann <marcus.brinkmann@ruhr-uni-bochum.de>
Thu, 9 Sep 2010 12:15:45 +0000 (14:15 +0200)
committerRalf Habacker <ralf.habacker@freenet.de>
Thu, 9 Sep 2010 14:00:34 +0000 (16:00 +0200)
dbus/dbus-file-win.c

index 8b858b021cbc70b7fc8db66656f2b77a62391b8f..06a8ea1ced4a74d103d495c3679a2b46968442d4 100644 (file)
@@ -276,7 +276,7 @@ _dbus_string_save_to_file (const DBusString *str,
     }
   if (world_readable)
     {
-      if (! _dbus_make_file_world_readable (tmp_filename, error))
+      if (! _dbus_make_file_world_readable (&tmp_filename, error))
         goto out;
     }