* Matthew Toseland <[EMAIL PROTECTED]> [2008-08-22 14:32:44]:

> On Tuesday 12 August 2008 18:11, [EMAIL PROTECTED] wrote:
> > Author: nextgens
> > Date: 2008-08-12 17:11:25 +0000 (Tue, 12 Aug 2008)
> > New Revision: 21770
> > 
> > Modified:
> >    trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java
> >    trunk/freenet/src/freenet/config/IntOption.java
> >    trunk/freenet/src/freenet/config/LongOption.java
> > Log:
> > Fix the code, strip the "ib" part of config options
> > 
> > Modified: trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java
> > ===================================================================
> > --- trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java      
> 2008-08-12 16:39:59 UTC (rev 21769)
> > +++ trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java      
> 2008-08-12 17:11:25 UTC (rev 21770)
> > @@ -315,14 +315,14 @@
> >                     int upstreamBWLimit = (bwIndicator != null ? 
> bwIndicator.getUpstramMaxBitRate() : -1);
> >                     if((bwIndicator != null) && (upstreamBWLimit > 0)) {
> >                             int bytes = (upstreamBWLimit / 8) - 1;
> > -                           String upstreamBWLimitString = (bytes < 16384 ? 
> > "8K" : 
> SizeUtil.formatSize(Math.round(bytes / 2)));
> > +                           String upstreamBWLimitString = (bytes < 16384 ? 
> > "8K" : 
> SizeUtil.formatSize(bytes / 2));
> 
> Should stripBytes here, no?
> 

Doesn't exist on HEAD.

Attachment: signature.asc
Description: Digital signature

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

Reply via email to