danf: curl-www/dlwiz index.cgi,1.21,1.22

[email protected]
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www/dlwiz
In directory labb:/tmp/cvs-serv12580

Modified Files:
	index.cgi 
Log Message:
Added experimental support for ignoring OS flavour and version in the
download wizard


Index: index.cgi
===================================================================
RCS file: /cvsroot/curl/curl-www/dlwiz/index.cgi,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- index.cgi	14 Aug 2008 21:48:48 -0000	1.21
+++ index.cgi	14 Aug 2008 22:28:40 -0000	1.22
@@ -822,8 +822,8 @@
     for $e (@all) {
         if( ($$e{'os'} eq $pick_os) &&
             (($pick_type eq "*") || ($$e{'type'} eq $pick_type)) &&
-            ($$e{'flav'} eq $pick_flav) &&
-            ($$e{'osver'} eq $pick_ver) &&
+            (($pick_flav eq "*") || ($$e{'flav'} eq $pick_flav)) &&
+            (($pick_ver eq "*") || ($$e{'osver'} eq $pick_ver)) &&
             ($$e{'cpu'} eq $pick_cpu)) {
 
             push @match, $e;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.