commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/geas/lib/classdefs classdata.c


From: Neil Tiffin
Subject: gnue/geas/lib/classdefs classdata.c
Date: Sun, 23 Sep 2001 12:56:10 -0400

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Neil Tiffin <address@hidden>    01/09/23 12:56:10

Modified files:
        geas/lib/classdefs: classdata.c 

Log message:
        Remove g-assert causing problems.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/lib/classdefs/classdata.c.diff?cvsroot=OldCVS&tr1=1.69&tr2=1.70&r1=text&r2=text

Patches:
Index: gnue/geas/lib/classdefs/classdata.c
diff -u gnue/geas/lib/classdefs/classdata.c:1.69 
gnue/geas/lib/classdefs/classdata.c:1.70
--- gnue/geas/lib/classdefs/classdata.c:1.69    Sun Sep 23 08:17:51 2001
+++ gnue/geas/lib/classdefs/classdata.c Sun Sep 23 12:56:10 2001
@@ -22,7 +22,7 @@
    along with this program; if not, write to the Free Software Foundation,
    Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
 
-   $Id: classdata.c,v 1.69 2001/09/23 12:17:51 ntiffin Exp $
+   $Id: classdata.c,v 1.70 2001/09/23 16:56:10 ntiffin Exp $
    
 */
 
@@ -526,7 +526,7 @@
   /* printf ("---- odl_namelist_free() ----\n"); */
 #endif
 
-  g_return_if_fail (list != NULL);
+  /* g_return_if_fail (list != NULL); */
   l = (GList *) list;
   while (l)
     {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]