summaryrefslogtreecommitdiffstats
path: root/sbin/i386/ft/ft.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/i386/ft/ft.c')
-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 3396eb4..3df36e5 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;
OpenPOWER on IntegriCloud