~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/diff-delta.c

Remove unsigned from rabin_hash to fit with PyString_AsString

Show diffs side-by-side

added added

removed removed

Lines of Context:
1170
1170
 
1171
1171
 
1172
1172
unsigned int
1173
 
rabin_hash(const unsigned char *data)
 
1173
rabin_hash(const char *data)
1174
1174
{
1175
1175
    int i;
1176
1176
    unsigned int val = 0;