[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: x_log.h



  User: ahvezda 
  Date: 06/07/15 14:51:40

  Modified:    .        x_log.h
  Log:
  Converted all free, ?alloc, and strdup calls to use g_free, g_?alloc,
  
  and g_strdup.  This is the first phase in fixing the slice crash under
  
  glib 2.10.x.
  
  
  
  
  Revision  Changes    Path
  1.2       +1 -1      eda/geda/gaf/gschem/include/x_log.h
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: x_log.h
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/include/x_log.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- x_log.h	20 Feb 2005 17:07:21 -0000	1.1
  +++ x_log.h	15 Jul 2006 18:51:40 -0000	1.2
  @@ -20,7 +20,7 @@
   
   
   typedef enum {
  -  LOG_RESPONSE_CLOSE  = 1,
  +  LOG_RESPONSE_CLOSE  = 1
   } LogResponseType;
   
   
  
  
  


_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs