aboutsummaryrefslogtreecommitdiff
path: root/devel/gcvs/files/patch-common-UCvsFiles.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gcvs/files/patch-common-UCvsFiles.cpp')
-rw-r--r--devel/gcvs/files/patch-common-UCvsFiles.cpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/gcvs/files/patch-common-UCvsFiles.cpp b/devel/gcvs/files/patch-common-UCvsFiles.cpp
new file mode 100644
index 000000000000..5e3a1be42966
--- /dev/null
+++ b/devel/gcvs/files/patch-common-UCvsFiles.cpp
@@ -0,0 +1,20 @@
+--- common/UCvsFiles.cpp.orig Tue Aug 13 13:46:40 2002
++++ common/UCvsFiles.cpp Sun Aug 24 13:47:21 2003
+@@ -1214,7 +1214,7 @@
+ {
+ UStr uppath, filename;
+ SplitPath(m_path, uppath, filename);
+- ResetView(uppath, true);
++ ResetView( (const char *)uppath, true);
+ return 0;
+ }
+
+@@ -1895,7 +1895,7 @@
+ fullpath << (*data)[EntnodeData::kName];
+ if(data->GetType() == ENT_SUBDIR)
+ {
+- ResetView(fullpath, true);
++ ResetView( (const char *)fullpath, true);
+ }
+ else
+ {