diff options
| author | Kelly Yancey <kbyanc@FreeBSD.org> | 2000-08-08 06:24:17 +0000 |
|---|---|---|
| committer | Kelly Yancey <kbyanc@FreeBSD.org> | 2000-08-08 06:24:17 +0000 |
| commit | 7e32b20d95deb61abb1200c43282ba7204a191c0 (patch) | |
| tree | dd4e230e323f672061c11ac8dad5d605e609b248 /lib/libcam/scsi_cmdparse.c | |
| parent | 4f0682b0f3ca473b0f5ef1da4c63f2c0df054ada (diff) | |
Notes
Diffstat (limited to 'lib/libcam/scsi_cmdparse.c')
| -rw-r--r-- | lib/libcam/scsi_cmdparse.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcam/scsi_cmdparse.c b/lib/libcam/scsi_cmdparse.c index ad1cbb0e93e9..37d76cd6409a 100644 --- a/lib/libcam/scsi_cmdparse.c +++ b/lib/libcam/scsi_cmdparse.c @@ -119,7 +119,8 @@ do_buff_decode(u_int8_t *databuf, size_t len, if (arg_put) \ (*arg_put)(puthook, (letter == 't' ? \ 'b' : letter), \ - (void *)((long)(ARG)), 1, field_name); \ + (void *)((long)(ARG)), width, \ + field_name); \ else \ *(va_arg(ap, int *)) = (ARG); \ assigned++; \ |
