/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/diff-delta.c

Add unsigned to max_bytes_to_index param to fit with similar variables

Show diffs side-by-side

added added

removed removed

Lines of Context:
377
377
create_delta_index(const struct source_info *src,
378
378
                   struct delta_index *old,
379
379
                   struct delta_index **fresh,
380
 
                   int max_bytes_to_index)
 
380
                   unsigned int max_bytes_to_index)
381
381
{
382
382
    unsigned int i, hsize, hmask, num_entries, prev_val, *hash_count;
383
383
    unsigned int total_num_entries, stride, max_entries;