aMule Forum

English => en_Bugs => Topic started by: Taganaka on February 06, 2010, 11:49:12 AM

Title: amuleweb search results are limited to 4 giga (2.2.6)
Post by: Taganaka on February 06, 2010, 11:49:12 AM
I'm using amule 2.2.6 on linux. If I use the web interface, the search results are limited to 4 giga file size. This not happens in the gui version.

Is it something wrong with my configuration or it's a bug?

Tnx
Title: Re: amuleweb search results are limited to 4 giga (2.2.6)
Post by: Stu Redman on February 06, 2010, 01:56:20 PM
Bug, fixed in 10006. Thank you for reporting!
Title: Re: amuleweb search results are limited to 4 giga (2.2.6)
Post by: Taganaka on February 06, 2010, 04:35:17 PM
Hi Stu! Tnx for your reply. Where is the svn repository? Since I need to backport this patch into the amule version 2.2.2, I'd like to see the fix! Tnx again
Title: Re: amuleweb search results are limited to 4 giga (2.2.6)
Post by: Taganaka on February 06, 2010, 04:38:13 PM
Ok, nevermind! I fount it :)

Code: [Select]
- unsigned long lFileSize;
+ uint64 lFileSize;