From c35dc83455456e072b46a7de47ca6ac4d81ae37b Mon Sep 17 00:00:00 2001 From: pixel Date: Sun, 12 Dec 2004 23:01:08 +0000 Subject: Fixing ldirlib for compilation --- lib/Exceptions.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Exceptions.cc') diff --git a/lib/Exceptions.cc b/lib/Exceptions.cc index 2633902..39869db 100644 --- a/lib/Exceptions.cc +++ b/lib/Exceptions.cc @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: Exceptions.cc,v 1.35 2004-11-27 21:46:04 pixel Exp $ */ +/* $Id: Exceptions.cc,v 1.36 2004-12-12 23:01:08 pixel Exp $ */ #include #include @@ -129,7 +129,7 @@ void * xmalloc(size_t s) throw (GeneralException) { } if (!(r = (char *) ::malloc(s))) { - throw MemoryException(s); + throw MemoryException(s); } #ifdef DEBUG // Base::printm(M_BARE, String(_("Allocating %i bytes of memory, got it at %p\n")), s, r); -- cgit v1.2.3