From af06a472d44d8ee220de1a8ea5ec237b9a29284f Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Thu, 9 Sep 2010 14:15:45 +0200 Subject: [PATCH] Fix typo in creating temp file. --- dbus/dbus-file-win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbus/dbus-file-win.c b/dbus/dbus-file-win.c index 8b858b0..06a8ea1 100644 --- a/dbus/dbus-file-win.c +++ b/dbus/dbus-file-win.c @@ -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; } -- 2.7.4