diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/cmd_autoscript.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_autoscript.c b/common/cmd_autoscript.c index 49bd463..7e706c9 100644 --- a/common/cmd_autoscript.c +++ b/common/cmd_autoscript.c @@ -106,7 +106,7 @@ autoscript (ulong addr) return 1; } - debug ("** Script length: %d\n", len); + debug ("** Script length: %ld\n", len); if ((cmd = malloc (len + 1)) == NULL) { return 1; |