81a8d1f80e
from Andrew Dalgleish <openbsd at ajd dot net dot au>
13 lines
451 B
Plaintext
13 lines
451 B
Plaintext
$OpenBSD: patch-ddd_strclass_h,v 1.1 2004/01/18 14:00:54 sturm Exp $
|
|
--- ddd/strclass.h.orig 2004-01-17 20:39:41.000000000 +0100
|
|
+++ ddd/strclass.h 2004-01-17 20:40:07.000000000 +0100
|
|
@@ -1140,7 +1140,7 @@ inline gnu_string& gnu_string::operator
|
|
{
|
|
assert(!consuming());
|
|
|
|
- const std::gnu_string str( os.str() );
|
|
+ const string str( os.str() );
|
|
rep = string_Salloc(rep, str.c_str(), str.length(), str.length());
|
|
|
|
return *this;
|