ports/77563: [Maintainer Update] sysutils/lineak_defaultplugins
Kay Lehmann
kay_lehmann at web.de
Tue Feb 15 17:40:19 UTC 2005
>Number: 77563
>Category: ports
>Synopsis: [Maintainer Update] sysutils/lineak_defaultplugins
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Tue Feb 15 17:40:18 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Kay Lehmann
>Release: FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD 5.3-STABLE #3: Sat Feb 5 18:15:46 CET 2005
root at bippes.finkenkrug.ev:/usr/obj/usr/src/sys/bippes
>Description:
According to the mailinglist and cvs this patch fix some problems on AMD64.
Since I do not have such a system I cann ot test it well.
>How-To-Repeat:
>Fix:
--- patch-mdloader.cpp begins here ---
--- default_plugin/mdloader.cpp.orig Tue Feb 15 18:31:13 2005
+++ default_plugin/mdloader.cpp Tue Feb 15 18:31:41 2005
@@ -109,7 +109,7 @@
// Handle empty lines.
loc = tmp.find('=');
// empty line
- if (loc == string::npos)
+ if (loc == (unsigned int)string::npos)
continue;
// key == the name of the key.
--- patch-mdloader.cpp ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list