From 0155b1c6df4bf16ac2f03c571352132f6a11f6b9 Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Wed, 22 Jul 2009 19:58:40 +0000 Subject: 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 --- utils/sg_chk_asc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'utils') 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; } -- cgit v1.2.3