freebsd-ports/sysutils/dvdtape/files
Brian Somers 8d7739e998 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.
2001-09-23 00:52:44 +00:00
..
patch-aa Remove -O and -Wall from CFLAGS and use whatever's already there 2001-06-11 07:31:18 +00:00
patch-ab constify dvdtape.c 2001-09-23 00:52:44 +00:00