diff options
Diffstat (limited to 'runtime/stpd/stp_merge.c')
-rw-r--r-- | runtime/stpd/stp_merge.c | 3 |
1 files changed, 2 insertions, 1 deletions
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; } |