On Mon, Oct 1, 2012 at 1:06 PM, Scott Howard <showard...@gmail.com> wrote:
> in /usr/share/arduino/libraries/Ethernet/Dns.cpp
>
> find and replace:
> aResult[segment]
>
> with
>
> aResult.a8[segment]
>
>
> There are two occurrences of aResult[segment] that will need to be
> replaced with aResult.a8[segment].

That won't work - somewhere else in the DNS code it is looking for the
uint8_t IP address using the old method. I'll keep hunting for it, if
you get a chance and find it, let me know


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to