Author: toad
Date: 2006-08-19 18:20:31 +0000 (Sat, 19 Aug 2006)
New Revision: 10209

Modified:
   trunk/freenet/src/freenet/clients/http/FProxyToadlet.java
Log:
disambiguate

Modified: trunk/freenet/src/freenet/clients/http/FProxyToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/FProxyToadlet.java   2006-08-19 
16:19:36 UTC (rev 10208)
+++ trunk/freenet/src/freenet/clients/http/FProxyToadlet.java   2006-08-19 
18:20:31 UTC (rev 10209)
@@ -84,7 +84,7 @@
                }

                try {
-                       if(!force && !forceDownload) {
+                       if((!force) && (!forceDownload)) {
                                FilterOutput fo = ContentFilter.filter(data, 
bucketFactory, mimeType, new URI(basePath + 
URLEncoder.encode(key.toString(false))), null);
                                data = fo.data;
                                mimeType = fo.type;


Reply via email to