anjuta/anjuta-3.8.3-gcc-4.8.patch

12 lines
401 B
Diff
Raw Normal View History

--- anjuta-3.8.3/plugins/dir-project/dir-project.c.orig 2013-05-26 18:01:53.513401666 +0200
+++ anjuta-3.8.3/plugins/dir-project/dir-project.c 2013-05-26 17:58:42.585524046 +0200
@@ -268,7 +268,7 @@
{
ptr++;
} while (*ptr == '?');
- g_string_append_printf (regex, "(.{%ld})", ptr - next);
+ g_string_append_printf (regex, "(.{%ud})", ptr - next);
}
else if (*ptr == '\\')
{