* fixes for spliced tracks.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@570 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
ghaushe
2003-01-20 02:37:28 +00:00
parent 95c703ac69
commit 795ab7723f
3 changed files with 3 additions and 4 deletions
@@ -154,7 +154,6 @@ SpliceTrack (UNICODE *TrackName, UNICODE *TrackText, UNICODE *TimeStamp)
track_clip[tct - 1].text_spliced = 1;
}
wstrcpy (&track_clip[tct - 1].text[slen1], TrackText);
track_clip[tct - 1].timestamp = 0;
}
}
else if (tct < MAX_CLIPS)