fixed page number overflow
[swftools.git] / 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);