deleted a ';': pasting didn't work properly
This commit is contained in:
parent
95632b0fef
commit
8d04be4a13
1 changed files with 1 additions and 1 deletions
|
@ -574,7 +574,7 @@ macro2buffer(repl, idf, args)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (repl->r_ptr >= repl->r_text
|
if (repl->r_ptr >= repl->r_text
|
||||||
&& *repl->r_ptr == TOKSEP);
|
&& *repl->r_ptr == TOKSEP)
|
||||||
--repl->r_ptr;
|
--repl->r_ptr;
|
||||||
|
|
||||||
++repl->r_ptr;
|
++repl->r_ptr;
|
||||||
|
|
Loading…
Add table
Reference in a new issue