X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_properties.c;h=7a7010e7f07748bf8343d5e75f41032e48f00c9c;hb=23571c330fd1644833dcb73661ac987eda177200;hp=d4d14cf48bba69fa2f6ac6faa8bb4627871452a5;hpb=a2b4b63a98cff9bbf979f446d0351d8978365518;p=melted diff --git a/src/framework/mlt_properties.c b/src/framework/mlt_properties.c index d4d14cf..7a7010e 100644 --- a/src/framework/mlt_properties.c +++ b/src/framework/mlt_properties.c @@ -100,7 +100,7 @@ mlt_properties mlt_properties_load( char *filename ) temp[ strlen( temp ) - 1 ] = '\0'; // Parse and set the property - if ( strcmp( temp, "" ) ) + if ( strcmp( temp, "" ) && temp[ 0 ] != '#' ) mlt_properties_parse( this, temp ); }