summaryrefslogtreecommitdiff
path: root/archivers/libcabinet/files/patch-bstring.cpp
blob: 8a1d6e91d4f08e8ea57f5bb041edc9ee086525d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- bstring.cpp.orig	Sun Aug 31 05:49:53 2003
+++ bstring.cpp	Sun Aug 31 05:49:53 2003
@@ -91,7 +91,7 @@
 
 b_string b_string::operator + (const char* s)
 {
-	b_string temp = str;
+	b_string temp (str);
 	return temp += s;
 }