]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_property.c
Big modification - switch to macros for parent class access
[mlt] / src / framework / mlt_property.c
index 1a458d86df47399769a3d63116551185619f17fd..a4bba69a17b38d13d60300820ebe684f077a3ae5 100644 (file)
@@ -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 )
                {