summaryrefslogtreecommitdiff
path: root/devel/subcommander2/files/patch-subcommander__ProjectWizard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'devel/subcommander2/files/patch-subcommander__ProjectWizard.cpp')
-rw-r--r--devel/subcommander2/files/patch-subcommander__ProjectWizard.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/subcommander2/files/patch-subcommander__ProjectWizard.cpp b/devel/subcommander2/files/patch-subcommander__ProjectWizard.cpp
deleted file mode 100644
index 5acbe3a0b549..000000000000
--- a/devel/subcommander2/files/patch-subcommander__ProjectWizard.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- subcommander/ProjectWizard.cpp.orig 2008-11-15 20:42:38.000000000 +0900
-+++ subcommander/ProjectWizard.cpp 2012-05-10 05:32:51.000000000 +0900
-@@ -363,6 +363,8 @@
- sc::String wcPath = sc::String(field("WcPath").toString().utf8());
- sc::String wcUrl;
-
-+ if ( wcPath.right(1) == "/" ) wcPath = wcPath.left(wcPath.getByteCnt() - 1);
-+
- svn::Client::getUrlFromPath( wcPath, wcUrl );
-
- setField( "TrunkUrl", QString::fromUtf8(wcUrl) );