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 8b858b0..06a8ea1 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;
     }