freebsd-ports/archivers/libpar2/files/patch-parheaders.h
Edwin Groothuis e7f6d9c0ae [NEW PORT] archivers/libpar2 Reusable library for manipulating par2 files
Libpar2 is a library for creating and using PAR2 files to detect
	damage in data files and repair them if necessary. It can be used with
	any kind of file. Par files are especially popular on Usenet.

	Libpar2 is extracted from par2cmdline, and distributed separately.

	WWW: http://parchive.sourceforge.net/

PR:		ports/126578
Submitted by:	Jeff Burchell <toxic@doobie.com>
2008-08-17 06:48:21 +00:00

11 lines
242 B
C

--- parheaders.h 2005/11/27 03:48:37 1.1
+++ parheaders.h 2006/04/18 08:49:39 1.2
@@ -9,7 +9,7 @@
int other_files;
int block_size;
int data_blocks;
- int data_size;
+ long int data_size;
int chunk_size;
ParHeaders(void);