Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 262273
Collapse All | Expand All

(-)ucspi-tcp-0.88.orig/ip6_fmt.c (-1 / +1 lines)
Lines 34-40 Link Here
34
	*s=':'; s+=1; ++len;
34
	*s=':'; s+=1; ++len;
35
      }
35
      }
36
      i = fmt_xlong(s,temp); len += i; if (s) s += i;
36
      i = fmt_xlong(s,temp); len += i; if (s) s += i;
37
      if (s && j<14) *s++ = ':'; ++len;
37
      if (s && j<14) { *s++ = ':'; ++len; }
38
    }
38
    }
39
  }
39
  }
40
40

Return to bug 262273