On Wed, 2008-12-17 at 12:02 +0100, Gabriel Paubert wrote: > > Thanks for the patch. Someone should apply it (I will if I remember, but > > if someone else with commit access wants to, please do - as I'll not get > > to it today). > > It is indeed a fix for what is now a latent bug.
Ok, I did get to it.. its pushed: commit 2aabf7fa7200f55b6bf3825cdf382af901484f0a Author: Gabriel Paubert <[email protected]> Date: Wed Dec 17 14:31:12 2008 +0000 libgeda: Fix type parameter to s_basic_new_object, which should be an int The type parameter is stored as int in the OBJECT structure, so we should be careful that this function can accept any valid type number. Thanks for the patch. -- Peter Clifton Electrical Engineering Division, Engineering Department, University of Cambridge, 9, JJ Thomson Avenue, Cambridge CB3 0FA Tel: +44 (0)7729 980173 - (No signal in the lab!) _______________________________________________ geda-dev mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev
