diff options
Diffstat (limited to 'testing/mutter/fix-format-error.patch')
-rw-r--r-- | testing/mutter/fix-format-error.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/mutter/fix-format-error.patch b/testing/mutter/fix-format-error.patch deleted file mode 100644 index 251425fada..0000000000 --- a/testing/mutter/fix-format-error.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 = |