diff for duplicates of <20110326015349.GI2008@bicker> diff --git a/a/1.txt b/N1/1.txt index c78452c..4f3a046 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -82,7 +82,7 @@ index b214f77..d5a679f 100644 - ch = bufPtr[cnt]; + while (cnt < buf_size) { + ch = buf[cnt]; - if (ch = ';') { + if (ch == ';') { mMode = 0; break; @@ -174,7 +174,7 @@ int pvr2_std_str_to_id(v4l2_std_id *idPtr, const char *bufPtr, diff --git a/a/content_digest b/N1/content_digest index e2d0cae..12c554a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <error27@gmail.com>\0" "Subject\0[PATCH 4/6] [media] pvrusb2: fix camel case variables\0" - "Date\0Sat, 26 Mar 2011 01:53:49 +0000\0" + "Date\0Sat, 26 Mar 2011 04:53:49 +0300\0" "To\0Mike Isely <isely@pobox.com>\0" "Cc\0Mauro Carvalho Chehab <mchehab@infradead.org>" linux-media@vger.kernel.org @@ -91,7 +91,7 @@ "-\t\t\tch = bufPtr[cnt];\n" "+\t\twhile (cnt < buf_size) {\n" "+\t\t\tch = buf[cnt];\n" - " \t\t\tif (ch = ';') {\n" + " \t\t\tif (ch == ';') {\n" " \t\t\t\tmMode = 0;\n" " \t\t\t\tbreak;\n" "@@ -174,7 +174,7 @@ int pvr2_std_str_to_id(v4l2_std_id *idPtr, const char *bufPtr,\n" @@ -164,4 +164,4 @@ " \t}\n" " \treturn c1;" -4c973eedf8961e1457869937f9939b1c655fbe5aebf29872418b4fb2666cbd2a +fcb871ab716b846e50f6d1c4041482f844bc3bc3e895e59c49c1786a753e9442
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.