jsakamoto / ipaddressrange

.NET Class Library for range of IP address, both IPv4 and IPv6.
Mozilla Public License 2.0
370 stars 71 forks source link

Extra ; that skips for loop #70

Closed jscarle closed 3 years ago

jscarle commented 3 years ago

There's an extra ; on line 130 in Bits.cs that effectively skips the for loop.

jscarle commented 3 years ago

Nevermind, my bad. I just realised it's intentional.

jsakamoto commented 3 years ago

@jscarle Anyway, thank you for caring about this library!