On Sat, 2008-02-02 at 15:03 -0500, Allin Cottrell wrote:
> On Sat, 2 Feb 2008, Kevin DeKorte wrote:
> 
> > Hi All,
> > 
> > I'm doing a command like this
> > 
> >  *length = g_strdup_printf("%02i:%02.1f", min, seconds);
> > 
> > And if min or seconds is < 10 then I don't get the leading zero 
> > like I would get in a printf. Is this a known bug.
> 
> Works for me.
> 
> [EMAIL PROTECTED]:~$ pkg-config --modversion glib-2.0
> 2.14.1
> 
> > if min is 8 and sec is 5.1 I would expect length to be "08:05.1", 
> 
> Then you want the seconds to be printed to a width of 4, not 2.

Allin,

Your little test works fine here for me, and you were right, I needed it
to be 4 instead of 2...

Thanks!

Kevin (wearing the dunce cap)

-- 
Get my public GnuPG key from
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7D0BD5D1

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to