public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/task/files: 0001-Merge-Uri-support.patch task-1.9.2-configure.patch
@ 2011-08-03 17:18 Tim Harder (radhermit)
  0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2011-08-03 17:18 UTC (permalink / raw
  To: gentoo-commits

radhermit    11/08/03 17:18:56

  Added:                0001-Merge-Uri-support.patch
  Removed:              task-1.9.2-configure.patch
  Log:
  Revision bump and remove old. Apply upstream patch to fix ssh syncing issue (bug #377451).
  
  (Portage version: 2.2.0_alpha47/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-misc/task/files/0001-Merge-Uri-support.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/task/files/0001-Merge-Uri-support.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/task/files/0001-Merge-Uri-support.patch?rev=1.1&content-type=text/plain

Index: 0001-Merge-Uri-support.patch
===================================================================
From 13f456a5763cd6f5f95b661c3034ddd844feb088 Mon Sep 17 00:00:00 2001
Message-Id: <13f456a5763cd6f5f95b661c3034ddd844feb088.1299803526.git.johannes@schlatow.name>
From: Johannes Schlatow <johannes@schlatow.name>
Date: Fri, 11 Mar 2011 00:54:43 +0100
Subject: [PATCH] Merge/Uri support

- fixed autopush bug where e.g. 'ssh://' was omitted
  (Uri::parse() was wrongly modifying the data member)
---
 src/Uri.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Uri.cpp b/src/Uri.cpp
index 6695b94..36791ff 100644
--- a/src/Uri.cpp
+++ b/src/Uri.cpp
@@ -198,7 +198,7 @@ void Uri::parse ()
   }
 
   std::string::size_type pos;
-  std::string uripart;
+  std::string data = this->data;
   std::string pathDelimiter = "/";
 
   user = "";
-- 
1.7.4.1







^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-08-03 17:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-03 17:18 [gentoo-commits] gentoo-x86 commit in app-misc/task/files: 0001-Merge-Uri-support.patch task-1.9.2-configure.patch Tim Harder (radhermit)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox