aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2009-07-22 19:58:40 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2009-07-22 19:58:40 +0000
commit0155b1c6df4bf16ac2f03c571352132f6a11f6b9 (patch)
tree000a878a8f640059d48418716f6c392ef942e402 /utils
parent017aa7827624e209683c4376074d598ed518e915 (diff)
downloadsg3_utils-0155b1c6df4bf16ac2f03c571352132f6a11f6b9.tar.gz
rest of '%#x' changes; incorporate debian SID patch
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@282 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'utils')
-rw-r--r--utils/sg_chk_asc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/sg_chk_asc.c b/utils/sg_chk_asc.c
index 14d2c090..e27e5eb0 100644
--- a/utils/sg_chk_asc.c
+++ b/utils/sg_chk_asc.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2006-2008 Douglas Gilbert.
+ * Copyright (c) 2006-2009 Douglas Gilbert.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -47,7 +47,7 @@
* http://www.t10.org/lists/asc-num.txt
*/
-static char * version_str = "1.03 20080623";
+static char * version_str = "1.03 20080716";
#define ME "sg_chk_asc: "
@@ -109,7 +109,7 @@ int main(int argc, char * argv[])
fprintf(stderr, ME "version: %s\n", version_str);
return 0;
default:
- fprintf(stderr, "unrecognised switch code 0x%x ??\n", c);
+ fprintf(stderr, "unrecognised switch code %#x ??\n", c);
usage();
return 1;
}