X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_repository.c;h=cdda3db33407042f10972e62f51065b389691382;hb=51de85d7a61e44bde5395629af348d9ca96ee13b;hp=f121511629076a6c013beb1219b52719710f64d4;hpb=9b304e5ac1fbab3425088a96c72a652e39a0a260;p=melted diff --git a/src/framework/mlt_repository.c b/src/framework/mlt_repository.c index f121511..cdda3db 100644 --- a/src/framework/mlt_repository.c +++ b/src/framework/mlt_repository.c @@ -130,6 +130,7 @@ mlt_repository mlt_repository_init( mlt_properties object_list, char *prefix, ch // Construct full file construct_full_file( full_file, prefix, data ); + strcat( full_file, ".dat" ); // Open the file file = fopen( full_file, "r" );