mirror of https://github.com/golang/go.git
parent
4331293f41
commit
57d80398e6
|
|
@ -700,6 +700,8 @@ Lconv(Fmt *fp)
|
||||||
|
|
||||||
n = 0;
|
n = 0;
|
||||||
for(h=hist; h!=H; h=h->link) {
|
for(h=hist; h!=H; h=h->link) {
|
||||||
|
if(h->offset < 0)
|
||||||
|
continue;
|
||||||
if(lno < h->line)
|
if(lno < h->line)
|
||||||
break;
|
break;
|
||||||
if(h->name) {
|
if(h->name) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue