Date: Sat, 22 Sep 2001 17:52:44 -0700 (PDT) From: Brian Somers <brian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/dvdtape Makefile ports/sysutils/dvdtape/files patch-ab Message-ID: <200109230052.f8N0qiV46726@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 2001/09/22 17:52:44 PDT Modified files: sysutils/dvdtape Makefile Added files: sysutils/dvdtape/files patch-ab Log: constify dvdtape.c Correct format arguments for unsigned long longs; In printf, use %llu In sscanf, use %qu These were both previously using %Ld... This fixes generation of DVDs >4Gb in size. Revision Changes Path 1.5 +2 -1 ports/sysutils/dvdtape/Makefile 1.4 +84 -0 ports/sysutils/dvdtape/files/patch-ab (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109230052.f8N0qiV46726>