remove tabs

This commit is contained in:
purplerain 2024-01-25 23:16:16 +00:00
parent df63e3891f
commit be294b03b3
Signed by: purplerain
GPG Key ID: F42C07F07E2E35B7

View File

@ -2622,7 +2622,7 @@ Cell *dosub(Node **a, int subop) /* sub and gsub */
matching_text:
if (mtype == MT_REPLACE || *patbeg == '\0')
goto next_search; /* skip matching text */
if (patlen == 0)
patlen = u8_nextlen(patbeg);
adjbuf(&buf, &bufsz, (pb-buf) + patlen, recsize, &pb, "dosub");