From c68b788ce091800ab12ad6a37681d0c1ee275ca0 Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Tue, 2 Feb 2016 04:21:27 +0000 Subject: sg_unaligned.h: gets for variable length unsigned integers; sg_inq: version descriptor list to 20160125 git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@658 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- src/sg_xcopy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sg_xcopy.c') diff --git a/src/sg_xcopy.c b/src/sg_xcopy.c index 57369bc8..a6a6ca17 100644 --- a/src/sg_xcopy.c +++ b/src/sg_xcopy.c @@ -63,7 +63,7 @@ #include "sg_unaligned.h" #include "sg_pr2serr.h" -static const char * version_str = "0.53 20160126"; +static const char * version_str = "0.53 20160201"; #define ME "sg_xcopy: " @@ -992,7 +992,7 @@ decode_designation_descriptor(const unsigned char * ucp, int i_len) char c[2048]; sg_get_designation_descriptor_str(NULL, ucp, i_len, 1, verbose, - sizeof(c), c); + sizeof(c), c); pr2serr("%s", c); } -- cgit v1.2.3