aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: amuleweb search results are limited to 4 giga (2.2.6)  (Read 2342 times)

Taganaka

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
amuleweb search results are limited to 4 giga (2.2.6)
« 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
Logged

Stu Redman

  • Administrator
  • Hero Member
  • *****
  • Karma: 214
  • Offline Offline
  • Posts: 3739
  • Engines screaming
Re: amuleweb search results are limited to 4 giga (2.2.6)
« Reply #1 on: February 06, 2010, 01:56:20 PM »

Bug, fixed in 10006. Thank you for reporting!
Logged
The image of mother goddess, lying dormant in the eyes of the dead, the sheaf of the corn is broken, end the harvest, throw the dead on the pyre -- Iron Maiden, Isle of Avalon

Taganaka

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
Re: amuleweb search results are limited to 4 giga (2.2.6)
« Reply #2 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
Logged

Taganaka

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
Re: amuleweb search results are limited to 4 giga (2.2.6)
« Reply #3 on: February 06, 2010, 04:38:13 PM »

Ok, nevermind! I fount it :)

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


Logged