Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mespotine committed Dec 24, 2021
1 parent 52f9562 commit 1f6c946
Show file tree
Hide file tree
Showing 4 changed files with 637 additions and 8,732 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5528,8 +5528,8 @@ function ultraschall.RenderProject_RenderTable(projectfilename_with_path, Render
local Filearray={}
if aborted~=true then
for i=1, Count do
--print2(MediaItemStateChunkArray[i]:match("%<SOURCE.-FILE \"(.-)\""))
Filearray[i]=MediaItemStateChunkArray[i]:match("%<SOURCE.-FILE (.-)")
--print2(MediaItemStateChunkArray[i]:match("%<SOURCE.-FILE \".-\""))
Filearray[i]=MediaItemStateChunkArray[i]:match("%<SOURCE.-FILE (.-)\n")
if Filearray[i]:sub(1,1)=="\"" and Filearray[i]:sub(-1,-1)=="\"" then
Filearray[i]=Filearray[i]:sub(2,-2)
end
Expand Down
Loading

0 comments on commit 1f6c946

Please sign in to comment.