From 8d13d153323c7f00841d9f220db8c13467500624 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 26 Dec 2009 18:57:17 +0000 Subject: [PATCH] Follow-up for r1415: compiles again without warnings on both 32-bit and 64-bit systems. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1418 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index d34d3f1cf..756b1b1f0 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -3867,7 +3867,7 @@ int scst_get_cdb_info(struct scst_cmd *cmd) op = cmd->cdb[0]; /* get clear opcode */ - TRACE_DBG("opcode=%02x, cdblen=%d bytes, tblsize=%ld, " + TRACE_DBG("opcode=%02x, cdblen=%d bytes, tblsize=%zd, " "dev_type=%d", op, SCST_GET_CDB_LEN(op), SCST_CDB_TBL_SIZE, dev_type);