X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_properties.c;h=f112e51f5eeca27061df2cac9817ca124119a3bf;hb=b6c72f309b9b2637109ffe020b4de4b278473c42;hp=da69c85ed59f55ea3a40d5ecbd38f60a298edd71;hpb=55bc87f8ad71fc8bfa14d0a04d3551568e0b7641;p=melted diff --git a/src/framework/mlt_properties.c b/src/framework/mlt_properties.c index da69c85..f112e51 100644 --- a/src/framework/mlt_properties.c +++ b/src/framework/mlt_properties.c @@ -1073,7 +1073,7 @@ static int mlt_fnmatch( const char *wild, const char *file ) static int mlt_compare( const void *this, const void *that ) { - return strcmp( mlt_property_get_string( *( mlt_property * )this ), mlt_property_get_string( *( mlt_property * )that ) ); + return strcmp( mlt_property_get_string( *( const mlt_property * )this ), mlt_property_get_string( *( const mlt_property * )that ) ); } /** Get the contents of a directory.