From b290c791d701b5841ed824fddfce3f949b0a7b61 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 28 Jul 2005 17:35:11 +0000 Subject: 2005-07-28 Martin Hunt * stp_dump.c: New file. --- runtime/stpd/stp_merge.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'runtime/stpd/stp_merge.c') diff --git a/runtime/stpd/stp_merge.c b/runtime/stpd/stp_merge.c index e9b449d2..e9c8b98c 100644 --- a/runtime/stpd/stp_merge.c +++ b/runtime/stpd/stp_merge.c @@ -98,8 +98,9 @@ int main (int argc, char *argv[]) break; fputc_unlocked (c, ofp); } + if (min && ++count != min) { - //fprintf(stderr, "got %ld. expected %ld\n", min, count); + fprintf(stderr, "got %ld. expected %ld\n", min, count); dropped += min - count ; count = min; } -- cgit