From: Bdale Garbee Date: Sun, 17 Jul 2005 11:07:34 +0000 (+0300) Subject: Imported Debian patch 1.1.0-2 X-Git-Tag: debian/1.1.0-2^0 X-Git-Url: https://git.gag.com/?p=debian%2Fsplat;a=commitdiff_plain;h=8c97af274a0a0c0f6c949aab5b35731f7b187873 Imported Debian patch 1.1.0-2 --- diff --git a/debian/changelog b/debian/changelog index 0fde5b0..0080ae1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +splat (1.1.0-2) unstable; urgency=low + + * apply patch for gcc-4.0 problem on amd64, closes: #297962 + + -- Bdale Garbee Sun, 17 Jul 2005 14:07:34 +0300 + splat (1.1.0-1) unstable; urgency=low * new upstream version, closes: #234621 diff --git a/debian/control b/debian/control index a350f9d..737296e 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: hamradio Priority: optional Maintainer: Bdale Garbee Build-Depends: debhelper (>> 3.0.0), libbz2-dev, zlib1g-dev -Standards-Version: 3.6.1.0 +Standards-Version: 3.6.2.1 Package: splat Architecture: any diff --git a/splat.cpp b/splat.cpp index 2fe6fd4..7724fc6 100644 --- a/splat.cpp +++ b/splat.cpp @@ -78,7 +78,7 @@ struct { float lat[ARRAYSIZE]; int length; } path; -struct { int min_north; +static struct { int min_north; int max_north; int min_west; int max_west;