fix for last check, bad intl text code
[goodguy/history.git] / cinelerra-5.1 / cinelerra / indexfile.C
index 5958efa5f85a08aaee6c6b50957d4521d1d95c41..bdb928cee301ad8b5739d83c7f1eaae6f0ba5fb0 100644 (file)
@@ -445,7 +445,7 @@ SET_TRACE
 
 // Some file formats have their own sample index.
 // Test for index in stream table of contents
-       if(source && !source->get_index(index_filename))
+       if(source && !source->get_index(this, progress))
        {
                IndexState *index_state = get_state();
                index_state->index_status = INDEX_READY;