nognkantoor / dramatizer

Automatically exported from code.google.com/p/dramatizer
MIT License
0 stars 0 forks source link

missing text ... incorrectly marked as omit this clip #26

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Process text #1 
2. change to text #2
3. Process text #2

What is the expected output? What do you see instead?
expect to see first omit="False" for all then
omit="True" for \s, \id, \h

instead getting omit="True" on speaker 7 to start with

Original issue reported on code.google.com by jamesaal...@gmail.com on 7 Nov 2009 at 1:57

GoogleCodeExporter commented 8 years ago
problem was that iLastClipNumber=0 so when we reset blnOmit is didn't change any
values at all .... fixed by changing the end of loop to iLastClipNumber

Original comment by jamesaal...@gmail.com on 7 Nov 2009 at 1:59

GoogleCodeExporter commented 8 years ago

Original comment by jamesaal...@gmail.com on 7 Nov 2009 at 2:02

GoogleCodeExporter commented 8 years ago

Original comment by jamesaal...@gmail.com on 7 Nov 2009 at 2:03