Author: j16sdiz
Date: 2008-12-10 14:44:50 +0000 (Wed, 10 Dec 2008)
New Revision: 24176

Modified:
   trunk/plugins/XMLSpider/XMLSpider.java
Log:
retry, fix bug 2774

Modified: trunk/plugins/XMLSpider/XMLSpider.java
===================================================================
--- trunk/plugins/XMLSpider/XMLSpider.java      2008-12-10 09:08:36 UTC (rev 
24175)
+++ trunk/plugins/XMLSpider/XMLSpider.java      2008-12-10 14:44:50 UTC (rev 
24176)
@@ -593,6 +593,8 @@
                        Logger.minor(this, "Generating subindex for 
"+list.size()+" entries with prefix length "+p);
 
                try {
+                       if (list.size() == 0)
+                               return;
                        if (list.size() < MAX_ENTRIES)
                        {       
                                generateXML(list,p);

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to