On Sat, Mar 24, 2007 at 05:17:56PM -0500, Good Times wrote:
> I was in a directory without subdirs and when I pressed A, there was a
> long pause and then lots and lots of files added to my playlist

Thanks. The attached patch fixes the problem and will be included in
futer releases.

-- 
Damian Pietras
Index: interface.c
===================================================================
--- interface.c (revision 1986)
+++ interface.c (revision 1987)
@@ -1663,7 +1663,7 @@
        }
 
 
-       if (!strcmp(file, "../")) {
+       if (!strcmp(file, "..")) {
                error ("Can't add '..'.");
                free (file);
                return;

Reply via email to