From ecbccacd070b2bd79f0973ea07aff7443619028c Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Sat, 9 Feb 2008 04:30:01 +0000 Subject: upstream updated the patch (bug #209409) (Portage version: 2.1.3.19) --- games-server/monopd/ChangeLog | 6 +++++- games-server/monopd/files/monopd-0.9.3-dosfix.patch | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'games-server/monopd') diff --git a/games-server/monopd/ChangeLog b/games-server/monopd/ChangeLog index 61498847e3be..83fcc9c2f78c 100644 --- a/games-server/monopd/ChangeLog +++ b/games-server/monopd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-server/monopd # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/monopd/ChangeLog,v 1.18 2008/01/24 06:08:46 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/monopd/ChangeLog,v 1.19 2008/02/09 04:30:00 mr_bones_ Exp $ + + 09 Feb 2008; Michael Sterrett + files/monopd-0.9.3-dosfix.patch: + upstream updated the patch (bug #209409) 24 Jan 2008; Michael Sterrett monopd-0.9.3-r1.ebuild: diff --git a/games-server/monopd/files/monopd-0.9.3-dosfix.patch b/games-server/monopd/files/monopd-0.9.3-dosfix.patch index 05fabe13bb6d..6b5c9e67a500 100644 --- a/games-server/monopd/files/monopd-0.9.3-dosfix.patch +++ b/games-server/monopd/files/monopd-0.9.3-dosfix.patch @@ -1,5 +1,5 @@ --- monopd-0.9.3/src/server.cpp Sat Jul 17 14:45:47 2004 -+++ server.cpp Fri Mar 3 10:29:06 2006 ++++ server.cpp Fri Mar 17 14:19:06 2006 @@ -791,7 +791,7 @@ switch(data[1]) { @@ -14,14 +14,14 @@ { case 'n': - setPlayerName(pInput, std::string(data+1)); -+ setPlayerName(pInput, data2.substr(2, 16)); ++ setPlayerName(pInput, data2.substr(1, 16)); return; case 'p': switch(data[1]) { case 'i': - pInput->setProperty("image", data+2, this); -+ pInput->setProperty("image", data2.substr(3, 32), this); ++ pInput->setProperty("image", data2.substr(2, 32), this); return; } break; -- cgit v1.2.3-65-gdbad