fixed page number overflow
authorkramm <kramm>
Thu, 21 Aug 2008 13:38:57 +0000 (13:38 +0000)
committerkramm <kramm>
Thu, 21 Aug 2008 13:38:57 +0000 (13:38 +0000)
src/pdf2swf.c

index 4bf18df..8308d76 100644 (file)
@@ -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);