aboutsummaryrefslogtreecommitdiff
path: root/folder_list.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-03-26 23:48:04 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-03-26 23:48:04 +0000
commit1074fd02b0d83cb7d13b1f649e1fab5a371fd634 (patch)
tree28f9f3f8f815932ed0a33c15ad900032a6885ac7 /folder_list.c
parent6cdf3911055f04f1a2587483513483e1894bf6e1 (diff)
minor cleanups
svn path=/trunk/externals/hcs/; revision=4777
Diffstat (limited to 'folder_list.c')
-rw-r--r--folder_list.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/folder_list.c b/folder_list.c
index 9adee97..e189dd2 100644
--- a/folder_list.c
+++ b/folder_list.c
@@ -9,7 +9,7 @@
#include <glob.h>
#endif
-static char *version = "$Revision: 1.5 $";
+static char *version = "$Revision: 1.6 $";
#define DEBUG(x)
//#define DEBUG(x) x
@@ -118,7 +118,8 @@ static void *folder_list_new(t_symbol *s)
t_folder_list *x = (t_folder_list *)pd_new(folder_list_class);
- post("[folder_list] %s, written by Hans-Christoph Steiner <hans@at.or.at>",version);
+ post("[folder_list] %s",version);
+ post("\twritten by Hans-Christoph Steiner <hans@at.or.at>");
/* TODO set current dir of patch as default */
#ifdef _WIN32
x->x_pattern = gensym(getenv("USERPROFILE"));