From 934eb3fd2a1a33d093f1b9e7386a8026cb8b8325 Mon Sep 17 00:00:00 2001 From: ccremers Date: Wed, 4 May 2005 12:06:30 +0000 Subject: [PATCH] - Oops, sloppy. (It's good to have a beta tester homey.) --- src/xmlout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xmlout.c b/src/xmlout.c index e1f0a51..41a90d3 100644 --- a/src/xmlout.c +++ b/src/xmlout.c @@ -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++;