summarylogtreecommitdiffstats
path: root/debian-orig.patch
diff options
context:
space:
mode:
authorBrian Bidulock2015-06-10 22:53:20 -0600
committerBrian Bidulock2015-06-10 22:53:20 -0600
commitee4d9c80a888c0d5cd262648fd2b3db3d4d21bfb (patch)
tree132edf34806e505722ff282431c6ce19da8bc3cc /debian-orig.patch
downloadaur-ee4d9c80a888c0d5cd262648fd2b3db3d4d21bfb.tar.gz
initial version
Diffstat (limited to 'debian-orig.patch')
-rw-r--r--debian-orig.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian-orig.patch b/debian-orig.patch
new file mode 100644
index 000000000000..f8c524ac2072
--- /dev/null
+++ b/debian-orig.patch
@@ -0,0 +1,20 @@
+diff -up tmp1/Src/weather.pl.orig tmp1/Src/weather.pl
+--- tmp1/Src/weather.pl.orig 2014-05-19 07:39:02.000000000 -0600
++++ tmp1/Src/weather.pl 2010-12-01 12:37:21.000000000 -0700
+@@ -109,11 +109,11 @@ debug("vis: $visibility");
+ #{
+ # $i++; # visibility with fractions, not using
+ #}
+-#$next=@args[$i];
+-#if($next=~m/FT/)
+-#{
+-# $i++; # visibility in feet, not using
+-#}
++$next=@args[$i];
++if($next=~m/\//)
++{
++ $i++; # fractional visibility, skipping
++}
+
+ $tmp="";
+ $weather="";