aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/if_cscope.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/if_cscope.c')
-rw-r--r--src/nvim/if_cscope.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/if_cscope.c b/src/nvim/if_cscope.c
index 9ce0eb7fa0..1b7202dbab 100644
--- a/src/nvim/if_cscope.c
+++ b/src/nvim/if_cscope.c
@@ -1044,7 +1044,7 @@ static int cs_find_common(char *opt, char *pat, int forceit, int verbose, int us
if (qfpos != NULL && *qfpos != '0' && totmatches > 0) {
/* fill error list */
FILE *f;
- char_u *tmp = vim_tempname('c');
+ char_u *tmp = vim_tempname();
qf_info_T *qi = NULL;
win_T *wp = NULL;