diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-07-08 21:06:58 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-07-08 21:06:58 +0000 |
commit | 216bdd4ec71b405b2f7db5d1f089bc33239758b3 (patch) | |
tree | 57d4aaf12c21ebdec082f29743f5453346d52594 | |
parent | b6e15bfea4f6400018f337fe123d4f25a65ea6f0 (diff) |
converted gl_matchc to gl_pathc to make this work on GNU/Linux
svn path=/trunk/externals/ezfile/; revision=13697
-rw-r--r-- | getfilenames.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |