From 2db0cad78c8f91531897cc4fd857ecee7474f4df Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 27 Dec 2009 14:44:21 -0500 Subject: Replace alloca() with g_alloca(). --- filter/e-filter-part.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter') diff --git a/filter/e-filter-part.c b/filter/e-filter-part.c index e86d2fabbc..4e6b114c37 100644 --- a/filter/e-filter-part.c +++ b/filter/e-filter-part.c @@ -493,7 +493,7 @@ e_filter_part_expand_code (EFilterPart *part, GString *out) { const gchar *newstart, *start, *end; - gchar *name = alloca (32); + gchar *name = g_alloca (32); gint len, namelen = 32; g_return_if_fail (E_IS_FILTER_PART (part)); -- cgit v1.2.3