ports/x11/gmrun/files/patch-src::gtkcompletionline.cc
Alexander Nedotsukov b3c1bcc0d6 Make buildable on -CURRENT.
Approved by:    maintainer
2003-12-21 03:39:32 +00:00

11 lines
317 B
C++

--- src/gtkcompletionline.cc Thu Dec 18 14:47:42 2003
+++ src/gtkcompletionline.cc.orig Thu Dec 18 14:50:30 2003
@@ -348,7 +348,7 @@
}
static int
-select_executables_only(const struct dirent* dent)
+select_executables_only(struct dirent* dent)
{
int len = strlen(dent->d_name);
int lenp = prefix.length();