freebsd-ports/databases/libgda3/files/patch-tools_gda-config-tool.c
Joe Marcus Clarke 6aae8c9ea4 cvs add a patch missing from the last commit.
Reported by:	Daniel Mueller <mue.da@gmx.de>
2002-07-27 17:19:05 +00:00

11 lines
365 B
C

--- tools/gda-config-tool.c.orig Fri Jul 26 16:19:17 2002
+++ tools/gda-config-tool.c Fri Jul 26 16:18:47 2002
@@ -1136,7 +1136,7 @@
static char **
completion_func (const gchar *text, int start, int end)
{
- return ((start == 0) ? rl_completion_matches (text, cmd_generator) :
+ return ((start == 0) ? completion_matches (text, cmd_generator) :
NULL);
}