提交 b71fba22 编写于 作者: B Bruce Momjian

New entab version.

上级 723f6607
......@@ -2,7 +2,7 @@
** entab.c - add tabs to a text file
** by Bruce Momjian (root@candle.pha.pa.us)
**
** version 1.1
** version 1.2
**
** tabsize = 4
**
......@@ -98,6 +98,7 @@ char **argv;
if (escaped == FALSE)
quote_char = ' ';
escaped = FALSE;
while (*src != NUL)
{
col_in_tab++;
......@@ -150,6 +151,11 @@ char **argv;
*(dst++) = ' ';
}
}
else
{
*(dst++) = *src;
prv_spaces = 0;
}
}
}
else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册