]> git.sesse.net Git - mlt/commitdiff
insert fix
authorlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 29 Mar 2004 13:10:41 +0000 (13:10 +0000)
committerlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 29 Mar 2004 13:10:41 +0000 (13:10 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@258 d19143bc-622f-0410-bfdd-b5b2a6649095

src/valerie/valerie.c

index 5b0d330f2349d2aea64d8b702567fa3f1859b208..ba8e228025d5f8798f9d33eb397530aea2b32b56 100644 (file)
@@ -305,7 +305,7 @@ valerie_error_code valerie_unit_clip_insert( valerie this, int unit, valerie_cli
 {
        char temp[ 100 ];
        valerie_interpret_clip_offset( temp, offset, clip );
-       return valerie_execute( this, 1024, "INSERT U%d %s %s %d %d", unit, file, temp, in, out );
+       return valerie_execute( this, 1024, "INSERT U%d \"%s\" %s %d %d", unit, file, temp, in, out );
 }
 
 /** Play the unit at normal speed.