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

Comparing deliantra/server/common/compat.C (file contents):
Revision 1.7 by root, Sun Apr 4 04:58:46 2010 UTC vs.
Revision 1.8 by root, Sun Apr 4 04:59:20 2010 UTC

57 return 0; 57 return 0;
58} 58}
59 59
60///////////////////////////////////////////////////////////////////////////// 60/////////////////////////////////////////////////////////////////////////////
61 61
62static const char *const fatalmsgs[80] = {
63 "Failed to allocate memory",
64 "Failed repeatedly to load maps",
65 "Hashtable for archetypes is too small",
66 "Too many errors"
67};
68
69/* 62/*
70 * fatal() is meant to be called whenever a fatal signal is intercepted. 63 * fatal() is meant to be called whenever a fatal signal is intercepted.
71 * It will call the emergency_save and the clean_tmp_files functions. 64 * It will call the emergency_save and the clean_tmp_files functions.
72 */ 65 */
66//TODO: only one caller left
73void 67void
74fatal (const char *msg) 68fatal (const char *msg)
75{ 69{
76 LOG (llevError, "FATAL: %s\n", msg); 70 LOG (llevError, "FATAL: %s\n", msg);
77 cleanup (msg, 1); 71 cleanup (msg, 1);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines