aMule Bug Tracker - aMule
View Issue Details
0001056aMuleSearchpublic2007-03-03 01:232008-11-01 17:59
skript 
GonoszTopi 
normalminoralways
resolvedfixed 
SVN 
2.2.1 
ubuntu6.06 (amuled) + winxpsp2 (amulegui)
0001056: amulegui: incorrect results when searching with min size >= 4GB
if the 'Min Size' is set to >=4GB in the 'Extended Parameters' in the 'Search' window then the actual 'minimum file size' used when displaying the results will be equal to 'Min Size' entered modulo 4...
examples (left column is actual minsize gb entered, right column is the size that is actually used when displaying the search results):

2 2 (correct)
3 3 (correct)
4 0 (wrong! everything gets displayed, even files <1kb)
5 1 (wrong! 1gb is used instead of 5)
6 2
7 3
8 0
9 1
...

this is happening when using aMule-CVS-20070302.tar.bz2
No tags attached.
Issue History
2007-03-03 01:23skriptNew Issue
2007-03-03 01:23skriptOperating System => ubuntu6.06 (amuled) + winxpsp2 (amulegui)
2007-03-04 07:36KryStatusnew => assigned
2007-03-04 07:36KryAssigned To => Kry
2007-03-04 13:36skriptNote Added: 0002249
2008-09-23 23:05WuischkeNote Added: 0002963
2008-09-23 23:05WuischkeStatusassigned => feedback
2008-11-01 17:59GonoszTopiAssigned ToKry => GonoszTopi
2008-11-01 17:59GonoszTopiStatusfeedback => resolved
2008-11-01 17:59GonoszTopiResolutionopen => fixed
2008-11-01 17:59GonoszTopiCategoryExternal Conn => Search
2008-11-01 17:59GonoszTopiFixed in Version => 2.2.1

Notes
(0002249)
skript   
2007-03-04 13:36   
the reason why this is happening is that uint32 is used for the filesize (minsize/maxsize) in various parts of the code... I guess it's rather obvious anyway ;)
(0002963)
Wuischke   
2008-09-23 23:05   
Can anyone confirm this bug with recent versions?