- Oops, sloppy. (It's good to have a beta tester homey.)

This commit is contained in:
ccremers 2005-05-04 12:06:30 +00:00
parent 3bbaf0fc97
commit 934eb3fd2a

View File

@ -290,7 +290,7 @@ xmlOutRuns (const System sys)
index = 0; index = 0;
rd = sys->runs[run].start; rd = sys->runs[run].start;
while (rd != NULL) while (rd != NULL && index < sys->runs[run].step)
{ {
xmlOutEvent (sys, rd, -1, index); xmlOutEvent (sys, rd, -1, index);
index++; index++;