From 017aa7827624e209683c4376074d598ed518e915 Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Wed, 22 Jul 2009 02:22:05 +0000 Subject: change many printf(0x%x) format strings to %#x git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@281 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- src/sg_rbuf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sg_rbuf.c') diff --git a/src/sg_rbuf.c b/src/sg_rbuf.c index 2148d911..de0eaf77 100644 --- a/src/sg_rbuf.c +++ b/src/sg_rbuf.c @@ -52,7 +52,7 @@ #endif -static char * version_str = "4.88 20071226"; +static char * version_str = "4.88 20090717"; static struct option long_options[] = { {"buffer", 1, 0, 'b'}, @@ -192,7 +192,7 @@ static int process_cl_new(struct opts_t * optsp, int argc, char * argv[]) ++optsp->do_version; break; default: - fprintf(stderr, "unrecognised option code %c [0x%x]\n", c, c); + fprintf(stderr, "unrecognised option code %c [%#x]\n", c, c); if (optsp->do_help) break; usage_for(optsp); -- cgit v1.2.3