aboutsummaryrefslogtreecommitdiff
path: root/devel/gcvs/files/patch-TextBinary.cpp
blob: 2584d18fa1ef22a43a13c826501d63850954cdfa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- common/TextBinary.cpp.orig	Tue Feb 19 17:36:02 2002
+++ common/TextBinary.cpp	Fri Dec 20 18:35:39 2002
@@ -472,8 +472,7 @@
 	else
 	{
 		ext = tmp + 1;
-		base = file;
-		base[tmp - file] = '\0';
+		base.set(file, tmp - file - 1);
 	}
 }