Unfix non-bug.
This commit is contained in:
parent
8c6f0e8ab4
commit
0d0df317f8
1 changed files with 1 additions and 1 deletions
|
|
@ -309,7 +309,7 @@ skipbl(Rune *r, int n, int *np)
|
||||||
Rune*
|
Rune*
|
||||||
findbl(Rune *r, int n, int *np)
|
findbl(Rune *r, int n, int *np)
|
||||||
{
|
{
|
||||||
while(n>0 && (*r!=' ' && *r!='\t' && *r!='\n')){
|
while(n>0 && *r!=' ' && *r!='\t' && *r!='\n'){
|
||||||
--n;
|
--n;
|
||||||
r++;
|
r++;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue