diff for duplicates of <4AA7BECB.2090903@redhat.com> diff --git a/a/1.txt b/N1/1.txt index 12340b3..3a620e7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -17,9 +17,9 @@ On 07/28/2009 06:53 PM, Julia Lawall wrote: > x = eventfd_fget(...) > ... when != x = E > ( -> * if (x = NULL || ...) S1 else S2 +> * if (x == NULL || ...) S1 else S2 > | -> * if (x = NULL&& ...) S1 else S2 +> * if (x == NULL&& ...) S1 else S2 > ) > //</smpl> > diff --git a/a/content_digest b/N1/content_digest index cdfe7b5..f242b2c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0Pine.LNX.4.64.0907281752560.28189@ask.diku.dk\0" "From\0Avi Kivity <avi@redhat.com>\0" "Subject\0Re: [PATCH 3/9] virt/kvm: correct error-handling code\0" - "Date\0Wed, 09 Sep 2009 14:42:19 +0000\0" + "Date\0Wed, 09 Sep 2009 17:42:19 +0300\0" "To\0Julia Lawall <julia@diku.dk>\0" "Cc\0kvm@vger.kernel.org" linux-kernel@vger.kernel.org @@ -27,9 +27,9 @@ "> x = eventfd_fget(...)\n" "> ... when != x = E\n" "> (\n" - "> * if (x = NULL || ...) S1 else S2\n" + "> * if (x == NULL || ...) S1 else S2\n" "> |\n" - "> * if (x = NULL&& ...) S1 else S2\n" + "> * if (x == NULL&& ...) S1 else S2\n" "> )\n" "> //</smpl>\n" ">\n" @@ -40,4 +40,4 @@ "-- \n" error compiling committee.c: too many arguments to function -504e20994b29f1adbfbf36be98be3da0ed215ffbc89874df98a03ed873d1d10f +a99555588d95f229ebc0f6909b8b6bc243e6c77c4bd3e80a0486fb5de94b34e2
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.