diff for duplicates of <51CDB640.6020504@redhat.com> diff --git a/a/1.txt b/N1/1.txt index 2835018..04e26fc 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -48,7 +48,7 @@ char *ip6_addr_string(char *buf, char *end, const u8 *addr, { char ip6_addr[sizeof("xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:255.255.255.255")]; - if (fmt[0] = 'I' && fmt[2] = 'c') + if (fmt[0] == 'I' && fmt[2] == 'c') ip6_compressed_string(ip6_addr, addr); else ip6_string(ip6_addr, addr, fmt); diff --git a/a/content_digest b/N1/content_digest index c79fb51..6b53e9a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -5,7 +5,7 @@ "ref\01372435479.29380.11.camel@joe-AO722\0" "From\0Daniel Borkmann <dborkman@redhat.com>\0" "Subject\0Re: [PATCH net-next v3 1/2] lib: vsprintf: add IPv4/v6 generic %p[Ii]S[pfs] format specifier\0" - "Date\0Fri, 28 Jun 2013 16:13:52 +0000\0" + "Date\0Fri, 28 Jun 2013 18:13:52 +0200\0" "To\0Joe Perches <joe@perches.com>\0" "Cc\0davem@davemloft.net" netdev@vger.kernel.org @@ -63,7 +63,7 @@ "{\n" "\tchar ip6_addr[sizeof(\"xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:255.255.255.255\")];\n" "\n" - "\tif (fmt[0] = 'I' && fmt[2] = 'c')\n" + "\tif (fmt[0] == 'I' && fmt[2] == 'c')\n" "\t\tip6_compressed_string(ip6_addr, addr);\n" "\telse\n" "\t\tip6_string(ip6_addr, addr, fmt);\n" @@ -77,4 +77,4 @@ "\n" Daniel -c6e061a557de4691bf9da58d6ca1a92ae68da3d75ed2580506723c7964cce689 +58590e71d6c2854002b289dba2bb660ecd92812a6a6f07f9f5ca6074c432e8b8
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.