Another signedness fix to quieten Sun cc warning.
authorMartin Pool <mbp@samba.org>
Wed, 23 Jan 2002 07:32:29 +0000 (07:32 +0000)
committerMartin Pool <mbp@samba.org>
Wed, 23 Jan 2002 07:32:29 +0000 (07:32 +0000)
batch.c

diff --git a/batch.c b/batch.c
index 3482673..669df5e 100644 (file)
--- a/batch.c
+++ b/batch.c
@@ -396,7 +396,7 @@ void write_batch_csum_info(int *flist_entry, int flist_count,
                           struct sum_struct *s)
 {
        int i;
-       int int_zero = 0;
+       unsigned int int_zero = 0;
        extern int csum_length;
 
        fdb_open = 1;