From 216bdd4ec71b405b2f7db5d1f089bc33239758b3 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 8 Jul 2010 21:06:58 +0000 Subject: converted gl_matchc to gl_pathc to make this work on GNU/Linux svn path=/trunk/externals/ezfile/; revision=13697 --- getfilenames.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getfilenames.c b/getfilenames.c index 31f2f87..cd0e344 100644 --- a/getfilenames.c +++ b/getfilenames.c @@ -128,7 +128,7 @@ static void normalize_path(t_getfilenames* x, char *normalized, const char *orig static void getfilenames_matches(t_getfilenames *x) { t_atom output_atom; - SETFLOAT(&output_atom, (t_float)x->glob_buffer.gl_matchc); + SETFLOAT(&output_atom, (t_float)x->glob_buffer.gl_pathc); outlet_anything(x->info_outlet, ps_matches, 1, &output_atom); } -- cgit v1.2.1