mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
parent
7263bfc73b
commit
60a6ec1c93
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ ldpkg(Biobuf *f, char *pkg, int64 len, char *filename)
|
|||
return;
|
||||
}
|
||||
p0 += 8;
|
||||
while(p0 < p1 && *p0 == ' ' || *p0 == '\t' || *p0 == '\n')
|
||||
while(p0 < p1 && (*p0 == ' ' || *p0 == '\t' || *p0 == '\n'))
|
||||
p0++;
|
||||
name = p0;
|
||||
while(p0 < p1 && *p0 != ' ' && *p0 != '\t' && *p0 != '\n')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue