commit | 2f6271b1e7cff985cac66f6850116bcf3fcccd58 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 29 21:20:48 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 29 21:20:48 2016 +0100 |
tree | e19881c35030148e1c4981e8589b7c49bdddd23d | |
parent | a86f14a923d9a242107c16d0852f61f3daf985a8 [diff] [blame] |
patch 7.4.1462 Problem: Two more rarily used functions with errors. Solution: Add proper argument types. (Dominique Pelle)
diff --git a/src/termlib.c b/src/termlib.c index 9488a32..59eab7d 100644 --- a/src/termlib.c +++ b/src/termlib.c
@@ -140,7 +140,7 @@ } static int -getent(char *tbuf, *term, FILE *termcap, int buflen) +getent(char *tbuf, char *term, FILE *termcap, int buflen) { char *tptr; int tlen = strlen(term);