From: kramm Date: Thu, 21 Aug 2008 13:38:57 +0000 (+0000) Subject: fixed page number overflow X-Git-Tag: buttons-working~53 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=a5046c215de78ea7079d6a6f74455ea82624d917 fixed page number overflow --- 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);