mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-02 11:56:38 +02:00
win32: Fix gdbusdaemon.c build
was using rmdir, not g_rmdir
This commit is contained in:
@@ -1498,7 +1498,7 @@ g_dbus_daemon_finalize (GObject *object)
|
|||||||
|
|
||||||
if (daemon->tmpdir)
|
if (daemon->tmpdir)
|
||||||
{
|
{
|
||||||
rmdir (daemon->tmpdir);
|
g_rmdir (daemon->tmpdir);
|
||||||
g_free (daemon->tmpdir);
|
g_free (daemon->tmpdir);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user