commit 22d79b4781e53119efedb9a88368315d69b6cded
Author: Göran Uddeborg <goeran(a)uddeborg.se>
Date: Sun Jan 27 16:43:09 2019 +0100
Add file that somehow escaped git.
mythtv-status-undefined.patch | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
---
diff --git a/mythtv-status-undefined.patch b/mythtv-status-undefined.patch
new file mode 100644
index 0000000..803634d
--- /dev/null
+++ b/mythtv-status-undefined.patch
@@ -0,0 +1,20 @@
+--- mythtv-status-1.0.0/bin/mythtv-status~ 2019-01-14 12:11:32.000000000 +0100
++++ mythtv-status-1.0.0/bin/mythtv-status 2019-01-25 22:34:40.000000000 +0100
+@@ -1047,7 +1047,7 @@
+ {
+ # MythTV::Program currently has a slightly broken line with a numeric
+ # comparision.
+- local($^W) = undef;
++ local($^W) = 0;
+ $show = new MythTV::Program(@$row);
+ }
+
+@@ -1096,7 +1096,7 @@
+ {
+ # MythTV::Program currently has a slightly broken line with a numeric
+ # comparision.
+- local($^W) = undef;
++ local($^W) = 0;
+ $show = new MythTV::Program(@$row);
+ }
+