diff options
Diffstat (limited to 'src/quickfix.c')
-rw-r--r-- | src/quickfix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quickfix.c b/src/quickfix.c index 05ea75b16f..954f81e72e 100644 --- a/src/quickfix.c +++ b/src/quickfix.c @@ -2605,7 +2605,7 @@ static char_u *get_mef_name(void) /* Keep trying until the name doesn't exist yet. */ for (;; ) { if (start == -1) - start = mch_get_pid(); + start = os_get_pid(); else off += 19; |