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 8840dd5f4..6d67dd734 100644 --- a/src/quickfix.c +++ b/src/quickfix.c @@ -774,7 +774,7 @@ restofline: *namebuf = NUL; if (tail && *tail) { - STRCPY(IObuff, skipwhite(tail)); + STRMOVE(IObuff, skipwhite(tail)); multiscan = TRUE; goto restofline; } |