Code

mailsplit: fix for more than one input files
authorJunio C Hamano <junkio@cox.net>
Mon, 28 May 2007 22:48:07 +0000 (15:48 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 29 May 2007 07:27:06 +0000 (00:27 -0700)
commitb33271808ba3fdbad66cfc3827b8849a1f3095bc
treed6d960da12c81b51033bd1031750c21247edd106
parent99b5a79e1329468bee26ae3bd9070c47418279d0
mailsplit: fix for more than one input files

Earlier commit d63bd9a broke the case where more than one input
files are fed to mailsplit by not incrementing the base counter
when splitting second and subsequent input files.  This should
fix it.

Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-mailsplit.c