]> git.sesse.net Git - mlt/blobdiff - src/modules/westley/producer_westley.c
Merge branch 'review-1' of git://github.com/rayl/mlt
[mlt] / src / modules / westley / producer_westley.c
index 50b1beb694b2020c9aa47240941774a20499b93b..35f77393e873cbc020d5332a93d924695e6c81f2 100644 (file)
@@ -173,7 +173,7 @@ static void track_service( mlt_properties properties, void *service, mlt_destruc
 static inline void qualify_property( deserialise_context context, mlt_properties properties, const char *name )
 {
        char *resource = mlt_properties_get( properties, name );
-       if ( resource != NULL )
+       if ( resource != NULL && resource[0] )
        {
                // Qualify file name properties 
                char *root = mlt_properties_get( context->producer_map, "root" );