The patch number 8127 was added via Mauro Carvalho Chehab <[EMAIL PROTECTED]>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        [EMAIL PROTECTED]

------

From: Mauro Carvalho Chehab  <[EMAIL PROTECTED]>
Fix subject identification




Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>


---

 v4l/scripts/hghead.pl |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff -r 43bc4d8d91d6 -r eedf4637d9c4 v4l/scripts/hghead.pl
--- a/v4l/scripts/hghead.pl     Sun Jun 22 14:20:49 2008 +0000
+++ b/v4l/scripts/hghead.pl     Sat Jun 28 11:48:04 2008 -0300
@@ -91,7 +91,8 @@ while ($line = <IN>) {
        }
 
        if ($tag =~ m/^subject:/) {
-               $subject="$arg\n";
+               $subject = "$arg\n";
+               $sub_ok = 1;
                next;
        }
 
@@ -136,6 +137,7 @@ while ($line = <IN>) {
 
        if ($line =~ m|^(V4L\/DVB\s*\(.+\)\s*:.*\n)|) {
                $subject=$1;
+               $sub_ok = 1;
                $line="\n";
        }
 
@@ -147,7 +149,6 @@ while ($line = <IN>) {
                        next;
                }
                $sub_ok=1;
-               substr( $subject, 0, 1 ) = uc (substr ($subject, 0, 1));
                if ($subject =~ m|V4L\/DVB\s*(.+)|) {
                        $subject=$1;
                }


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/eedf4637d9c49f6c1ce88ff05956944d0ce79358

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to