From a5046c215de78ea7079d6a6f74455ea82624d917 Mon Sep 17 00:00:00 2001 From: kramm Date: Thu, 21 Aug 2008 13:38:57 +0000 Subject: [PATCH] fixed page number overflow --- src/pdf2swf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pdf2swf.c b/src/pdf2swf.c index 4bf18df..8308d76 100644 --- a/src/pdf2swf.c +++ b/src/pdf2swf.c @@ -600,7 +600,7 @@ int main(int argn, char *argv[]) int nup_pos = 0; int x,y; char* installPath = getInstallationPath(); - char one_file_per_page = 0; + int one_file_per_page = 0; initLog(0,-1,0,0,-1,loglevel); -- 1.7.10.4