Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 11149 Details for
Bug 19959
Ebuild proposal for lmule-1.2.0.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
diff file
lmule-1.2.0.1.diff (text/plain), 1.09 KB, created by
Alain
on 2003-04-25 17:57:27 UTC
(
hide
)
Description:
diff file
Filename:
MIME Type:
Creator:
Alain
Created:
2003-04-25 17:57:27 UTC
Size:
1.09 KB
patch
obsolete
>diff -C5 -r lmule-1.2.0.1.org/src/SearchList.cpp lmule-1.2.0.1/src/SearchList.cpp >*** lmule-1.2.0.1.org/src/SearchList.cpp Thu Apr 10 23:58:23 2003 >--- lmule-1.2.0.1/src/SearchList.cpp Fri Apr 25 21:50:16 2003 >*************** >*** 29,42 **** > in_data->Read(&m_abyFileHash,16); > in_data->Read(&clientip,4); > in_data->Read(&clientport,2); > uint32 tagcount; > in_data->Read(&tagcount,4); >! for (int i = 0;i != tagcount; i++){ >! CTag* toadd = new CTag(in_data); >! taglist.Add(toadd); >! } > > int iSize = 2; > char* tempName = GetStrTagValue(FT_FILENAME); > if( tempName != NULL && (strlen(tempName)>0) ) > iSize = (int)strlen(tempName)+1; >--- 29,43 ---- > in_data->Read(&m_abyFileHash,16); > in_data->Read(&clientip,4); > in_data->Read(&clientport,2); > uint32 tagcount; > in_data->Read(&tagcount,4); >! if (tagcount <= 10) >! for (int i = 0;i != tagcount; i++){ >! CTag* toadd = new CTag(in_data); >! taglist.Add(toadd); >! } > > int iSize = 2; > char* tempName = GetStrTagValue(FT_FILENAME); > if( tempName != NULL && (strlen(tempName)>0) ) > iSize = (int)strlen(tempName)+1;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 19959
:
11138
|
11148
| 11149 |
11154
|
11256