aboutsummaryrefslogtreecommitdiff
path: root/sbin/i386
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-06-28 20:42:49 +0000
committerBruce Evans <bde@FreeBSD.org>1998-06-28 20:42:49 +0000
commit318f0106d9c35fbe5c468d2f1ceec49db5f76c31 (patch)
tree2cddd3a209ca5e1508dc1e0db497ec8da577e659 /sbin/i386
parent00e0c280db5942915c7d22e039f451bee80e5a41 (diff)
downloadsrc-318f0106d9c35fbe5c468d2f1ceec49db5f76c31.tar.gz
src-318f0106d9c35fbe5c468d2f1ceec49db5f76c31.zip
Fixed printf format errors.
Notes
Notes: svn path=/head/; revision=37243
Diffstat (limited to 'sbin/i386')
-rw-r--r--sbin/i386/ft/ft.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/i386/ft/ft.c b/sbin/i386/ft/ft.c
index 3396eb4ef5cc..3df36e581d84 100644
--- a/sbin/i386/ft/ft.c
+++ b/sbin/i386/ft/ft.c
@@ -427,7 +427,7 @@ do_write(void)
/* ftfilt vol*xx yyyyyyyyyy note56789012345678 */
/* 01234567890123456789012345678901234567890123 */
- sprintf(tmpstr, "ftfilt vol%s%02d %010d %s",
+ sprintf(tmpstr, "ftfilt vol%s%02d %010ld %s",
(tvlast) ? "*" : " ", tvno, tvsize, tvnote);
strncpy(hptr->qh_tname, tmpstr, 44);
UL_VAL(hptr->qh_chgdate,0) = qnow;