From: Richard Jones Date: Thu, 17 Sep 2009 13:49:06 +0000 (+0100) Subject: 'len' should be an unsigned 32 bit int. X-Git-Tag: 1.0.71~17 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=5ccae24e06c52977f8b71d00c19f1100c1fa9c4c;hp=5ccae24e06c52977f8b71d00c19f1100c1fa9c4c 'len' should be an unsigned 32 bit int. This only happened to work by accident before because 'unsigned len' happens to be 32 bit on all platforms we support. ---