From 3279fbbb9e0f3744623fbb6a2d658d6ff5ab3f0d Mon Sep 17 00:00:00 2001 From: Dave Olson Date: Fri, 19 Aug 2016 23:57:42 -0700 Subject: Fix 32-bit system build error size_t is only an int on 32 bit ARM, so %ld gives an error. Add a cast. --- debian/source/format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/source/format') diff --git a/debian/source/format b/debian/source/format index af745b3..d3827e7 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (git) +1.0 -- cgit v1.2.3