X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <57F152CC.30400@xs4all.nl> Date: Sun, 02 Oct 2016 20:32:44 +0200 From: "Bert Timmerman (bert DOT timmerman AT xs4all DOT nl) [via geda-user AT delorie DOT com]" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.19) Gecko/20110429 Fedora/2.0.14-1.fc13 SeaMonkey/2.0.14 MIME-Version: 1.0 To: geda-user AT delorie DOT com Subject: Re: [geda-user] pcb lesstif bug References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com gedau AT igor2 DOT repo DOT hu wrote: > Hi all, > > lesstif HID's mark_delta_to_widget() prints Angle as %d, while Angle > is a double in global.h. This leads to garbage in the status line. > > (Fixed in pcb-rnd.) > > Regards, > > Igor2 > Hi Igor2, I think you are pointing to this line: buf = pcb_g_strdup_printf ("%m+%+.*mS, %+.*mS (%.*mS, %d\260)", UUNIT, prec, dx, prec, dy, prec, dist, angle); Yes ? I can fix this in mainline too. BTW: does someone know what does the "\260" does in that line ? Kind regards, Bert Timmerman.