Fixed uint that should have been an int.

This commit is contained in:
Kris Maglione 2007-05-24 16:49:45 -04:00
parent c2e3829dee
commit d8adf5a2a8

View File

@ -24,7 +24,7 @@ usage() {
static void
write_data(IxpCFid *fid, char *name) {
void *buf;
uint len;
int len;
buf = ixp_emalloc(fid->iounit);;
do {