[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: cnieves
Date: 05/09/30 16:40:07
Modified: . ChangeLog
Log:
Added missing check.
Revision Changes Path
1.399 +4 -1 eda/geda/devel/gschem/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/ChangeLog,v
retrieving revision 1.398
retrieving revision 1.399
diff -u -b -r1.398 -r1.399
--- ChangeLog 30 Sep 2005 20:33:22 -0000 1.398
+++ ChangeLog 30 Sep 2005 20:40:07 -0000 1.399
@@ -1,7 +1,10 @@
2005-09-30 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
+ * noweb/i_basic.nw: Added missing check.
+
+2005-09-30 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
* noweb/i_basic.nw: Fixed memory leak which maked gschem to segfault
when adding pictures. Undid the last patch made by Dan (a NULL string
- is not the same as a "" string, and it maked gschem segfault), and
+ is not the same as a "" string, so it maked gschem segfault), and
changed the g_strdup_printf("") to g_strdup(""). This fixes the
compiler warning Dan wanted to fix.