diff options
Diffstat (limited to 'src/if_cscope.c')
-rw-r--r-- | src/if_cscope.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/if_cscope.c b/src/if_cscope.c index 65155c3421..de3d7a82db 100644 --- a/src/if_cscope.c +++ b/src/if_cscope.c @@ -1120,7 +1120,7 @@ static int cs_find_common(char *opt, char *pat, int forceit, int verbose, int us qf_jump(qi, 0, 0, forceit); } } - mch_remove(tmp); + os_remove((char *)tmp); vim_free(tmp); vim_free(nummatches); return TRUE; |