aboutsummaryrefslogtreecommitdiff
path: root/folder_list-help.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-03-20 17:48:23 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-03-20 17:48:23 +0000
commit942e0b04bdf22a21791baef24503f307a887e86c (patch)
treede74a9cbd27605d400e69a22e0de356803557ad7 /folder_list-help.pd
parentaa8464ab2cc8c82528b2c2caa92c3fcf184dcb3f (diff)
Fixed bug #1836108 on Windows. Stupid string handling on my part ended up with mangled string reassembly.
svn path=/trunk/externals/hcs/; revision=9613
Diffstat (limited to 'folder_list-help.pd')
-rw-r--r--folder_list-help.pd14
1 files changed, 7 insertions, 7 deletions
diff --git a/folder_list-help.pd b/folder_list-help.pd
index 7856d98..ed1a4aa 100644
--- a/folder_list-help.pd
+++ b/folder_list-help.pd
@@ -17,7 +17,6 @@
-d1A";
#X obj 28 419 print;
#X msg 91 146 symbol ~/*.*;
-#X msg 97 173 symbol *;
#X text 187 197 relative paths work;
#X msg 102 198 symbol ../*;
#X text 164 124 drive letters work on ReactOS/Windows;
@@ -27,7 +26,7 @@
#X text 203 99 ReactOS/Windows environment variables work;
#X text 262 218 nested wildcards work on UNIX;
#X msg 119 219 symbol /var/*/*.log;
-#X text 165 172 patterns default to path that Pd launched from;
+#X text 173 173 patterns default to path that Pd launched from;
#X text 329 464 released under the GNU GPL;
#X text 15 449 (C) Copyright 2006 Hans-Christoph Steiner <hans@at.or.at>
;
@@ -37,6 +36,7 @@ cmd.exe rules.;
#X text 115 380 With no argument \, it defaults to the contents of
the folder of the current patch \, i.e. "/path/to/current/patch/*".
;
+#X msg 97 173 symbol *.pd;
#X connect 0 0 8 0;
#X connect 1 0 7 0;
#X connect 4 0 8 1;
@@ -45,8 +45,8 @@ the folder of the current patch \, i.e. "/path/to/current/patch/*".
#X connect 8 0 2 0;
#X connect 8 0 9 0;
#X connect 13 0 8 0;
-#X connect 14 0 8 0;
-#X connect 16 0 8 0;
-#X connect 18 0 8 0;
-#X connect 20 0 8 0;
-#X connect 23 0 8 0;
+#X connect 15 0 8 0;
+#X connect 17 0 8 0;
+#X connect 19 0 8 0;
+#X connect 22 0 8 0;
+#X connect 28 0 8 0;