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
This commit is contained in:
kc8apf
2009-05-22 17:41:54 +00:00
parent 3d0b474da9
commit 1be7374c28
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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;
}