diff lib/protocols.c @ 821:b282e346bd25

2006-10-1 Brian Masney <masneyb@gftp.org> * lib/gftp.h lib/misc.c lib/protocols.c src/gtk/misc-gtk.c src/uicommon/gftpuicallbacks.c (gftp_match_filespec) - look at the show_hidden_files option inside this function. Use the option's value to determine if the file should be shown to the user.
author masneyb
date Sun, 01 Oct 2006 18:41:43 +0000
parents cfa4ec2fb98f
children 92ba2b1e144a
line wrap: on
line diff
--- a/lib/protocols.c	Sun Oct 01 18:25:16 2006 +0000
+++ b/lib/protocols.c	Sun Oct 01 18:41:43 2006 +0000
@@ -649,7 +649,7 @@
               request->cachefd = -1;
             }
         }
-    } while (ret > 0 && !gftp_match_filespec (fle->file, filespec));
+    } while (ret > 0 && !gftp_match_filespec (request, fle->file, filespec));
 
   return (ret);
 }