- Oops, sloppy. (It's good to have a beta tester homey.)
This commit is contained in:
parent
3bbaf0fc97
commit
934eb3fd2a
@ -290,7 +290,7 @@ xmlOutRuns (const System sys)
|
||||
|
||||
index = 0;
|
||||
rd = sys->runs[run].start;
|
||||
while (rd != NULL)
|
||||
while (rd != NULL && index < sys->runs[run].step)
|
||||
{
|
||||
xmlOutEvent (sys, rd, -1, index);
|
||||
index++;
|
||||
|
Loading…
Reference in New Issue
Block a user