Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment #33062: 1.0.64-basename.patch for FILESDIR for
bug #51091
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 51091
Collapse All
|
Expand All
(-)
oer-dist/misc.c (-1 / +1 lines)
Lines 775-781
Link Here
775
if(counter >= 0) {
775
if(counter >= 0) {
776
return ptr + counter + 1;
776
return ptr + counter + 1;
777
} else {
777
} else {
778
return NULL;
778
return ptr;
779
}
779
}
780
}
780
}
781
781
Return to
bug 51091