aboutsummaryrefslogtreecommitdiff
path: root/src/sg_get_lba_status.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sg_get_lba_status.c')
-rw-r--r--src/sg_get_lba_status.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sg_get_lba_status.c b/src/sg_get_lba_status.c
index ceb9e324..de253ba0 100644
--- a/src/sg_get_lba_status.c
+++ b/src/sg_get_lba_status.c
@@ -30,7 +30,7 @@
* device.
*/
-static const char * version_str = "1.09 20170912";
+static const char * version_str = "1.10 20170917";
#ifndef UINT32_MAX
#define UINT32_MAX ((uint32_t)-1)
@@ -304,11 +304,11 @@ main(int argc, char * argv[])
}
if (do_16)
- res = sg_ll_get_lba_status16(sg_fd, lba, rt, glbasBuffp, maxlen, 1,
+ res = sg_ll_get_lba_status16(sg_fd, lba, rt, glbasBuffp, maxlen, true,
verbose);
else
res = sg_ll_get_lba_status32(sg_fd, lba, element_id, scan_len, rt,
- glbasBuffp, maxlen, 1, verbose);
+ glbasBuffp, maxlen, true, verbose);
ret = res;
if (0 == res) {