X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_property.c;h=a4bba69a17b38d13d60300820ebe684f077a3ae5;hb=bc6274668d39c754532465f95c5c317718180251;hp=1a458d86df47399769a3d63116551185619f17fd;hpb=909d149697331a560edb1924f58fc58c5a25aaea;p=melted diff --git a/src/framework/mlt_property.c b/src/framework/mlt_property.c index 1a458d8..a4bba69 100644 --- a/src/framework/mlt_property.c +++ b/src/framework/mlt_property.c @@ -236,7 +236,7 @@ char *mlt_property_get_string( mlt_property this ) { this->types |= mlt_prop_string; this->prop_string = malloc( 32 ); - sprintf( this->prop_string, "%e", this->prop_double ); + sprintf( this->prop_string, "%f", this->prop_double ); } else if ( this->types & mlt_prop_position ) {