Complete.Org: Mailing Lists: Archives: freeciv-dev: February 2003:
[Freeciv-Dev] a comment for die()
Home

[Freeciv-Dev] a comment for die()

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] a comment for die()
From: Jason Dorje Short <vze49r5w@xxxxxxxxxxx>
Date: Sat, 15 Feb 2003 15:08:04 -0500
Reply-to: jdorje@xxxxxxxxxxxxxxxxxxxxx

Somehow I committed Raimar's die() patch without a comment for the function.

jason
Index: common/shared.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/common/shared.c,v
retrieving revision 1.98
diff -u -r1.98 shared.c
--- common/shared.c     2002/12/18 17:36:19     1.98
+++ common/shared.c     2003/02/15 20:04:09
@@ -646,6 +646,11 @@
   return (int) (ret + len);
 }
 
+/***************************************************************************
+  Exit because of a fatal error after printing a message about it.  This
+  should only be called for code errors - user errors (like not being able
+  to find a tileset) should just exit rather than dumping core.
+***************************************************************************/
 void die(const char *format, ...)
 {
   va_list ap;

[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] a comment for die(), Jason Dorje Short <=