Enlightenment CVS committal
Author : tsauerbeck
Project : misc
Module : eplayer
Dir : misc/eplayer/src
Modified Files:
interface.c
Log Message:
int will do here
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/src/interface.c,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -3 -r1.54 -r1.55
--- interface.c 15 Feb 2004 18:12:40 -0000 1.54
+++ interface.c 15 Feb 2004 20:37:21 -0000 1.55
@@ -1,5 +1,5 @@
/*
- * $Id: interface.c,v 1.54 2004/02/15 18:12:40 tsauerbeck Exp $
+ * $Id: interface.c,v 1.55 2004/02/15 20:37:21 tsauerbeck Exp $
*/
#include <config.h>
@@ -205,8 +205,7 @@
buf);
/* bitrate */
- snprintf(buf, sizeof(buf), "%.1f",
- (float) pli->bitrate / 1000);
+ snprintf(buf, sizeof(buf), "%i", pli->bitrate / 1000);
edje_object_part_text_set(player->gui.edje, "track_bitrate",
buf);
}
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs