'len' should be an unsigned 32 bit int.
authorRichard Jones <rjones@trick.home.annexia.org>
Thu, 17 Sep 2009 13:49:06 +0000 (14:49 +0100)
committerRichard Jones <rjones@trick.home.annexia.org>
Thu, 17 Sep 2009 14:31:22 +0000 (15:31 +0100)
This only happened to work by accident before because 'unsigned len'
happens to be 32 bit on all platforms we support.


No differences found