1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 18:25:41 +03:00
aports/testing/mutter/fix-format-error.patch
2017-06-05 22:38:35 +00:00

11 lines
373 B
Diff

--- mutter-3.24.2.orig/src/backends/meta-input-settings.c
+++ mutter-3.24.2/src/backends/meta-input-settings.c
@@ -1107,7 +1107,7 @@
}
else
{
- path = g_strdup_printf ("/org/gnome/desktop/peripherals/stylus/%lx/", serial);
+ path = g_strdup_printf ("/org/gnome/desktop/peripherals/stylus/%" G_GUINT64_FORMAT "/", serial);
}
tool_settings =