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.5 by pippijn, Thu Sep 7 09:37:12 2006 UTC vs.
Revision 1.7 by root, Fri Sep 8 17:34:02 2006 UTC

1/* 1/*
2 * static char *rcsid_utils_c = 2 * static char *rcsid_utils_c =
3 * "$Id: utils.C,v 1.5 2006/09/07 09:37:12 pippijn Exp $"; 3 * "$Id: utils.C,v 1.7 2006/09/08 17:34:02 root Exp $";
4 */ 4 */
5 5
6/* 6/*
7 CrossFire, A Multiplayer game for X-windows 7 CrossFire, A Multiplayer game for X-windows
8 8
485 } 485 }
486 else strcpy(input, tmp); 486 else strcpy(input, tmp);
487 return; 487 return;
488} 488}
489 489
490//TODO: overhead due to specifying size twice
491void * 490void *
492zero_initialised::operator new (size_t s) 491zero_initialised::operator new (size_t s)
493{ 492{
494 return g_slice_alloc0 (s); 493 return g_slice_alloc0 (s);
495} 494}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines