[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: s_object.c
User: cnieves
Date: 06/12/23 11:27:34
Modified: . s_object.c
Log:
* src/s_object.c (s_object_attrib_add_attrib_in_object):
Make o_selection_add call match the new selection interface.
The first argument should be a pointer to the selection list.
Thanks to Dan McMahill for reporting this.
Revision Changes Path
1.9 +1 -1 eda/geda/gaf/gattrib/src/s_object.c
(In the diff below, changes in quantity of whitespace are not shown.)
Index: s_object.c
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gattrib/src/s_object.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- s_object.c 17 Dec 2006 04:14:02 -0000 1.8
+++ s_object.c 23 Dec 2006 16:27:34 -0000 1.9
@@ -316,7 +316,7 @@
pr_current->page_current->object_tail, o_current);
}
- o_selection_add(pr_current->page_current->selection_list,
+ o_selection_add(&(pr_current->page_current->selection_list),
pr_current->page_current->object_tail);
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs