blob: 6b0f06afef7237aacfd6c6d3bb4128e83f581d0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$NetBSD: patch-ab,v 1.1 2004/11/06 18:08:48 kristerw Exp $
--- substr.cc.orig Sat Nov 6 18:55:56 2004
+++ substr.cc Sat Nov 6 18:56:08 2004
@@ -33,5 +33,5 @@
Str::~Str() {
delete str;
str = (char*)-1;
- len = (uint)-1;
+ len = (unsigned int)-1;
}
|