diff options
Diffstat (limited to 'devel/pwlib/patches/patch-ax')
-rw-r--r-- | devel/pwlib/patches/patch-ax | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/pwlib/patches/patch-ax b/devel/pwlib/patches/patch-ax index 45cd4fe2928..9842abc9b82 100644 --- a/devel/pwlib/patches/patch-ax +++ b/devel/pwlib/patches/patch-ax @@ -1,7 +1,7 @@ -$NetBSD: patch-ax,v 1.1 2008/07/13 14:38:41 tonnerre Exp $ +$NetBSD: patch-ax,v 1.2 2008/08/10 19:50:47 tonnerre Exp $ ---- ptlib/common/contain.cxx.orig 2004-10-21 15:04:21.000000000 +0200 -+++ ptlib/common/contain.cxx +--- src/ptlib/common/contain.cxx.orig 2004-10-21 15:04:21.000000000 +0200 ++++ src/ptlib/common/contain.cxx @@ -2454,7 +2454,7 @@ PString & PString::vsprintf(const char * PAssert(SetSize(2000), POutOfMemory); ::vsprintf(theArray+len, fmt, arg); |