[anjuta/gnome-3-8] dir-project: fix compile error
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta/gnome-3-8] dir-project: fix compile error
- Date: Tue, 14 May 2013 08:51:10 +0000 (UTC)
commit df4b859418f85bb69b8e0ff364ec1ae7513e4e65
Author: Carl-Anton Ingmarsson <ca ingmarsson gmail com>
Date: Sun Apr 28 22:27:37 2013 +0200
dir-project: fix compile error
plugins/dir-project/dir-project.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/dir-project/dir-project.c b/plugins/dir-project/dir-project.c
index 8f3a3ad..dc018c5 100644
--- a/plugins/dir-project/dir-project.c
+++ b/plugins/dir-project/dir-project.c
@@ -268,7 +268,7 @@ dir_pattern_new (const gchar *pattern, gboolean reverse)
{
ptr++;
} while (*ptr == '?');
- g_string_append_printf (regex, "(.{%d})", ptr - next);
+ g_string_append_printf (regex, "(.{%ld})", ptr - next);
}
else if (*ptr == '\\')
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]