summaryrefslogtreecommitdiffstats
path: root/sbin/camcontrol
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-08-09 00:28:09 +0000
committerjhb <jhb@FreeBSD.org>2000-08-09 00:28:09 +0000
commit5fd6a8ed345b50f3cb3d5dec0421912360a58efd (patch)
treeeba2b6895aca635025e83c4ce00097cc6db0b83c /sbin/camcontrol
parentd60fc89abd5887f7e9567a686de1e37322283f3a (diff)
downloadFreeBSD-src-5fd6a8ed345b50f3cb3d5dec0421912360a58efd.zip
FreeBSD-src-5fd6a8ed345b50f3cb3d5dec0421912360a58efd.tar.gz
Fix a typo in the last commit so that this compiles.
Diffstat (limited to 'sbin/camcontrol')
-rw-r--r--sbin/camcontrol/modeedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/camcontrol/modeedit.c b/sbin/camcontrol/modeedit.c
index 745721e..735c6b1 100644
--- a/sbin/camcontrol/modeedit.c
+++ b/sbin/camcontrol/modeedit.c
@@ -585,7 +585,7 @@ editlist_save(struct cam_device *device, int modepage, int page_control,
mode_pars = MODE_PAGE_DATA(mph);
/* Encode the value data to be passed back to the device. */
- buff_encode_visit(mode_pars, mh->data_length, format);
+ buff_encode_visit(mode_pars, mh->data_length, format,
editentry_save, 0);
/* Eliminate block descriptors. */
OpenPOWER on IntegriCloud