summaryrefslogtreecommitdiff
path: root/src/xsvf
diff options
context:
space:
mode:
authorkc8apf <kc8apf@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-22 17:41:54 +0000
committerkc8apf <kc8apf@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-22 17:41:54 +0000
commit1be7374c2832723796aa6a23911eb81e6c51c8d7 (patch)
tree3e4f41871af68eefc1ca99f82c65e2df469a1a03 /src/xsvf
parent3d0b474da9459296b74932a2adbd0e2e450ab143 (diff)
downloadopenocd+libswd-1be7374c2832723796aa6a23911eb81e6c51c8d7.tar.gz
openocd+libswd-1be7374c2832723796aa6a23911eb81e6c51c8d7.tar.bz2
openocd+libswd-1be7374c2832723796aa6a23911eb81e6c51c8d7.tar.xz
openocd+libswd-1be7374c2832723796aa6a23911eb81e6c51c8d7.zip
Author: Rick Altherr <kc8apf@kc8apf.net>
- printf conversion fixes for variably-sized types git-svn-id: svn://svn.berlios.de/openocd/trunk@1882 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/xsvf')
-rw-r--r--src/xsvf/xsvf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xsvf/xsvf.c b/src/xsvf/xsvf.c
index 2400ae39..a9317d3e 100644
--- a/src/xsvf/xsvf.c
+++ b/src/xsvf/xsvf.c
@@ -1021,7 +1021,7 @@ static int handle_xsvf_command(struct command_context_s *cmd_ctx, char *cmd, cha
if (unsupported)
{
command_print(cmd_ctx,
- "unsupported xsvf command: 0x%02X in xsvf file at offset %ld, aborting",
+ "unsupported xsvf command: 0x%02X in xsvf file at offset %jd, aborting",
uc, lseek(xsvf_fd, 0, SEEK_CUR)-1 );
return ERROR_FAIL;
}