diff options
Diffstat (limited to 'textproc/topic/files/patch-linenoise.c')
-rw-r--r-- | textproc/topic/files/patch-linenoise.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/topic/files/patch-linenoise.c b/textproc/topic/files/patch-linenoise.c deleted file mode 100644 index f0b692915f60..000000000000 --- a/textproc/topic/files/patch-linenoise.c +++ /dev/null @@ -1,11 +0,0 @@ ---- linenoise.c.orig 2019-05-17 19:45:12 UTC -+++ linenoise.c -@@ -749,7 +749,7 @@ static int linenoiseEdit(int stdin_fd, int stdout_fd, - - if (write(l.ofd,prompt,l.plen) == -1) return -1; - while(1) { -- char c; -+ signed char c; - int nread; - char seq[3]; - |