You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-block/parted/files/parted-2.4-readline.patch

12 lines
340 B

--- a/parted/ui.c
+++ b/parted/ui.c
@@ -1440,7 +1440,7 @@
#ifdef HAVE_LIBREADLINE
if (!opt_script_mode) {
rl_initialize ();
- rl_attempted_completion_function = (CPPFunction*) complete_function;
+ rl_attempted_completion_function = (rl_completion_func_t*) complete_function;
readline_state.in_readline = 0;
}
#endif