mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 08:33:24 +00:00
Fixed printf format errors.
This commit is contained in:
parent
00e0c280db
commit
318f0106d9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37243
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user