aboutsummaryrefslogtreecommitdiff
path: root/src/sg_xcopy.c
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2016-02-02 04:21:27 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2016-02-02 04:21:27 +0000
commitc68b788ce091800ab12ad6a37681d0c1ee275ca0 (patch)
tree87fcb51f0e9ba2b6bdf98e732ae097238b116ba2 /src/sg_xcopy.c
parent572d431816271830cc321c2c7b596236e5708ea0 (diff)
downloadsg3_utils-c68b788ce091800ab12ad6a37681d0c1ee275ca0.tar.gz
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
Diffstat (limited to 'src/sg_xcopy.c')
-rw-r--r--src/sg_xcopy.c4
1 files changed, 2 insertions, 2 deletions
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);
}