ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/utils.C
(Generate patch)

Comparing deliantra/server/common/utils.C (file contents):
Revision 1.13 by root, Tue Sep 12 21:10:31 2006 UTC vs.
Revision 1.14 by root, Thu Sep 14 01:34:41 2006 UTC

543 strcpy (input, tmp); 543 strcpy (input, tmp);
544 544
545 return; 545 return;
546} 546}
547 547
548/////////////////////////////////////////////////////////////////////////////
549
548void *alloc (int s) throw (std::bad_alloc) 550void *alloc (int s) throw (std::bad_alloc)
549{ 551{
550 void *p = g_slice_alloc (s); 552 void *p = g_slice_alloc (s);
551 553
552 if (!p) 554 if (!p)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines