aboutsummaryrefslogtreecommitdiff
path: root/src/sg_logs.c
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2018-02-22 07:00:28 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2018-02-22 07:00:28 +0000
commit252086533f8af0736c2a4987cd70a44366837ec1 (patch)
tree1f9245e247673fdb6ebea13b9aa559e1f869d78c /src/sg_logs.c
parent39ea1b548f21c006c311ace897b221b100bfa88d (diff)
downloadsg3_utils-252086533f8af0736c2a4987cd70a44366837ec1.tar.gz
sg_lib: add sg_if_can2stdout(); use uint8_t instead of unsigned char; Windows pass-through work
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@754 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'src/sg_logs.c')
-rw-r--r--src/sg_logs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sg_logs.c b/src/sg_logs.c
index ff07d7f1..034630d1 100644
--- a/src/sg_logs.c
+++ b/src/sg_logs.c
@@ -6742,7 +6742,7 @@ main(int argc, char * argv[])
if (NULL == op->device_name) {
if (op->in_fn) {
const struct log_elem * lep;
- const unsigned char * bp;
+ const uint8_t * bp;
int pg_code, subpg_code, pdt, n;
uint16_t u;