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

(-)apradar-0.52/src/Ipv4Address.cc (-4 / +4 lines)
Lines 28-37 Link Here
28
    //        << c << "."
28
    //        << c << "."
29
    //        << d << endl;
29
    //        << d << endl;
30
30
31
    o[0] = a;
31
    o[0] = d;
32
    o[1] = b;
32
    o[1] = c;
33
    o[2] = c;
33
    o[2] = b;
34
    o[3] = d;
34
    o[3] = a;
35
}
35
}
36
36
37
37

Return to bug 55494