Control: tag -1 patch
Hi, the following patch may be all it takes to fix the readline hiccup mentioned in the autoremoval message attached below: =================================================================== --- readln.h (revision 781) +++ readln.h (working copy) @@ -24,7 +24,8 @@ typedef struct { char *name; /* User printable name of the function. */ - Function *func; /* Function to call to do the job. */ + rl_icpfunc_t *func; /* Function to call to do the job. */ char *doc; /* Documentation for this function. */ } COMMAND; regards, Markus -- Mathieu -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org