Hi Ales and all,
There (probably) lives a spelling mistake in line 87 of g_hook.c.
Because I do not grasp the code involved, I will not send in a patch.
However I think I should mention this one in the list.
Checking history in git learns it probably lives there since July 14th,
2006.
Kind regards,
Bert Timmerman.
<code snippet>
76: /* go through attribs */
77: a_iter = object->attribs;
78: while(a_iter != NULL) {
79: a_current = a_iter->data;
80: if (a_current->object->type == OBJ_TEXT &&
81: a_current->object->text) {
82: if (a_current->object->text->string) {
83: smob_list = scm_cons (g_make_attrib_smob
(w_current->toplevel, a_current),
84: smob_list);
85: }
86: } else {
87: printf(_("Attribute failed ot find.\n"));
88: }
89: a_iter = g_list_next (a_iter);
90: }
</code snippet>
_______________________________________________
geda-dev mailing list
[email protected]
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev