1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/print/kover/files/patch-directory.cc
Markus Brueffer 4c1648eac3 - Update to version 2.9.5
- Remove upstream applied patches
- Don't use Makefile.kde anymore
2004-06-06 15:58:43 +00:00

12 lines
456 B
C++

--- kover/directory.cc.orig Sun Jun 6 16:25:27 2004
+++ kover/directory.cc Sun Jun 6 16:36:15 2004
@@ -153,7 +153,7 @@
for (dir = childs.begin(); dir != childs.end(); dir++) {
printf("%s:%s:%d\n",(*dir)->get_current().c_str(),
path.c_str(),path.size());
- if (!(*dir)->get_current().compare(0,path.size(),path))
+ if (!(*dir)->get_current().compare(path))
return (*dir);
}
return this;