Enlightenment CVS committal
Author : handyande
Project : e17
Module : apps/examine
Dir : e17/apps/examine/src
Modified Files:
examine_client.c
Log Message:
finish float bugs - this will display them properly now
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/examine/src/examine_client.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- examine_client.c 27 Mar 2004 23:20:31 -0000 1.6
+++ examine_client.c 13 Apr 2004 22:17:32 -0000 1.7
@@ -385,7 +385,7 @@
ewl_spinner_set_value(EWL_SPINNER(prop->w), (double) tmpi);
break;
case PT_FLT:
- sscanf(ret, "%lf", &tmpd);
+ sscanf(ret, "%f", &tmpd);
prop->value.fval = tmpd;
prop->oldvalue.fval = tmpd;
ewl_spinner_set_value(EWL_SPINNER(prop->w), tmpd);
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs