diff for duplicates of <20150404155958.GX10964@mwanda> diff --git a/a/1.txt b/N1/1.txt index f4b402b..94716f5 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -15,9 +15,9 @@ On Sat, Apr 04, 2015 at 04:59:30PM +0200, Julia Lawall wrote: > > e1 = f(...,e2,...); > ( -> if (e1 = NULL || ...) S1 else S2 +> if (e1 == NULL || ...) S1 else S2 > | -> *if (e2 = NULL || ...) S1 else S2 +> *if (e2 == NULL || ...) S1 else S2 > ) > // </smpl> > diff --git a/a/content_digest b/N1/content_digest index 3255b75..d3e94ec 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01428159570-19467-3-git-send-email-Julia.Lawall@lip6.fr\0" "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0Re: [PATCH 2/2] staging: emxx_udc: test returned value\0" - "Date\0Sat, 04 Apr 2015 15:59:58 +0000\0" + "Date\0Sat, 4 Apr 2015 18:59:58 +0300\0" "To\0Julia Lawall <Julia.Lawall@lip6.fr>\0" "Cc\0Greg Kroah-Hartman <gregkh@linuxfoundation.org>" devel@driverdev.osuosl.org @@ -27,9 +27,9 @@ "> \n" "> e1 = f(...,e2,...);\n" "> (\n" - "> if (e1 = NULL || ...) S1 else S2\n" + "> if (e1 == NULL || ...) S1 else S2\n" "> |\n" - "> *if (e2 = NULL || ...) S1 else S2\n" + "> *if (e2 == NULL || ...) S1 else S2\n" "> )\n" "> // </smpl>\n" "> \n" @@ -67,4 +67,4 @@ "regards,\n" dan carpenter -8d6f4c726069874b4e198fe20c52856547adb4f03c8a871c3d9d8750a63a874b +8e203f395f0e2435dcbdd4448d250782eed56f056351ae50e4b9c34947b70465
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.