[tools] patches: Always Print a subject to click on

André Hentschel nerv at dawncrow.de
Mon Jul 19 12:20:33 CDT 2010


---
 patches/update |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/patches/update b/patches/update
index e18d32d..6733231 100755
--- a/patches/update
+++ b/patches/update
@@ -118,6 +118,11 @@ foreach my $file (readdir DIR)
     }
     close PATCH;
 
+    if ($patch{"subject"} eq "")
+    {
+        $patch{"subject"} = "(No subject)";
+    }
+
     $patch{"status"} = "nil";
     if (open STATUS, "<$dir/$file.status")
     {
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list