X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_property.c;h=1a458d86df47399769a3d63116551185619f17fd;hb=221df9e782ee929442488b75827341e111cd4254;hp=f3613ce20cca713908d71e0133102bdbf55783b9;hpb=23c2a612605501afef9f5c9029145958e6c7fbd8;p=melted diff --git a/src/framework/mlt_property.c b/src/framework/mlt_property.c index f3613ce..1a458d8 100644 --- a/src/framework/mlt_property.c +++ b/src/framework/mlt_property.c @@ -116,7 +116,7 @@ int mlt_property_set_string( mlt_property this, char *value ) this->types = mlt_prop_string; if ( value != NULL ) this->prop_string = strdup( value ); - return this->prop_string != NULL; + return this->prop_string == NULL; } /** Set an int64 on this property.