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

Comparing deliantra/server/common/glue.C (file contents):
Revision 1.4 by root, Sat Dec 30 10:16:10 2006 UTC vs.
Revision 1.5 by root, Fri Jan 5 10:50:47 2007 UTC

46 */ 46 */
47void 47void
48fatal (int err) 48fatal (int err)
49{ 49{
50 fprintf (logfile, "Fatal: %s\n", fatalmsgs[err]); 50 fprintf (logfile, "Fatal: %s\n", fatalmsgs[err]);
51 cleanup (0); 51 cleanup (fatalmsgs[err], 1);
52} 52}
53

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines