Big modification - switch to macros for parent class access
[melted] / src / framework / mlt_property.c
index 1a458d8..a4bba69 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 )
                {