[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: s_check.c
User: cnieves
Date: 06/09/13 15:39:00
Modified: . s_check.c
Log:
Applied patch #1558122 by Jeff Mallatt.
Adds newline that is missing from the "Found Pintype=..."
message in s_check_pintype() in s_check.c. Thanks.
Revision Changes Path
1.25 +1 -1 eda/geda/gaf/gsymcheck/src/s_check.c
(In the diff below, changes in quantity of whitespace are not shown.)
Index: s_check.c
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gsymcheck/src/s_check.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- s_check.c 16 Jul 2006 02:18:46 -0000 1.24
+++ s_check.c 13 Sep 2006 19:39:00 -0000 1.25
@@ -1265,7 +1265,7 @@
while (string)
{
- message = g_strdup_printf("Found pintype=%s attribute", string);
+ message = g_strdup_printf("Found pintype=%s attribute\n", string);
s_current->info_messages = g_list_append(s_current->info_messages,
message);
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs