Change code that writes s_count to a batch file to squish it into an
authorMartin Pool <mbp@samba.org>
Wed, 3 Apr 2002 05:55:54 +0000 (05:55 +0000)
committerMartin Pool <mbp@samba.org>
Wed, 3 Apr 2002 05:55:54 +0000 (05:55 +0000)
commitf8f4c862e8e66360925a28a593836cc7b69a3242
tree3a7eca956e5a9dd0159888c2cc5e3db339c468df
parent226df8e7172e4be3ae4f65fcdd5b86ee5ba4e16d
Change code that writes s_count to a batch file to squish it into an
int first -- a stopgap for compilers that reasonably complain about a
ternary that returns either a size_t or an int.

Really we should not write an int, but rather a larger type.  Somebody
more familiar with the batch code should look at it.
batch.c