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

gEDA-cvs: Commit by: danmc



CVSROOT:	/home/cvspsrv/cvsroot
Module name:	eda
Changes by:	danmc	05/02/12 20:40:02

Modified files:
	geda/devel/gattrib/src: s_string_list.c 

Log message:
fix 2 places where a pointer to an int was being cast to an int and used
as an int when we really wanted to dereference the pointer instead.