freebsd-ports/security/xca/files/patch-compiler-errors
Wesley Shields 0fc459191f - Update to 0.8.1
- Pass maintainer to submitter

PR:		ports/142349
Submitted by:	freebsd@nagilum.org
Approved by:	Mark Foster <mark@foster.cc> (maintainer)
2010-01-24 16:29:49 +00:00

11 lines
334 B
Text

--- lib/db.cpp.orig 2009-12-10 18:44:03.000000000 +0100
+++ lib/db.cpp 2010-01-05 11:00:43.000000000 +0100
@@ -153,7 +153,7 @@
return -1;
}
if (!verify_magic()){
- printf("Garbage found at %lu\n", head_offset);
+ printf("Garbage found at %lu\n", (long unsigned int) head_offset);
head_offset+=4;
return next(flag);
}