diff options
author | Sven Wegener <swegener@gentoo.org> | 2006-09-26 18:33:11 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2006-09-26 18:33:11 +0000 |
commit | 7c330fe5ac153e46d8cd70fda7c976b90506580d (patch) | |
tree | 75cac8387ef205f76062625f845be26ddc95597a /net-nntp/nzbget/files | |
parent | Stable on hppa wrt #149054 (diff) | |
download | gentoo-2-7c330fe5ac153e46d8cd70fda7c976b90506580d.tar.gz gentoo-2-7c330fe5ac153e46d8cd70fda7c976b90506580d.tar.bz2 gentoo-2-7c330fe5ac153e46d8cd70fda7c976b90506580d.zip |
Fix patch, bug #149172.
(Portage version: 2.1.2_pre1-r3)
Diffstat (limited to 'net-nntp/nzbget/files')
-rw-r--r-- | net-nntp/nzbget/files/0.2.3-double-free.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-nntp/nzbget/files/0.2.3-double-free.patch b/net-nntp/nzbget/files/0.2.3-double-free.patch index de8368843b3d..5d41d838834f 100644 --- a/net-nntp/nzbget/files/0.2.3-double-free.patch +++ b/net-nntp/nzbget/files/0.2.3-double-free.patch @@ -1,16 +1,5 @@ --- NZBQueueCoordinator.cpp 2005/09/01 15:42:47 1.23 +++ NZBQueueCoordinator.cpp 2006/01/02 22:01:25 1.24 -@@ -17,8 +17,8 @@ - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * -- * $Revision: 1.1 $ -- * $Date: 2006/09/24 19:50:01 $ -+ * $Revision: 1.1 $ -+ * $Date: 2006/09/24 19:50:01 $ - * - */ - @@ -262,8 +262,8 @@ } |