X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fpdf2swf.c;h=a011db66293c191cd8047a81dd559ff288598d7b;hb=a6b1b244a6d5114fbfb3102ff370a46511b217d9;hp=4bf18dfba332f6196b148006d447e294404f0b8a;hpb=c3b25d880211cbc0e57ff53243ab77ce38c3cde8;p=swftools.git diff --git a/src/pdf2swf.c b/src/pdf2swf.c index 4bf18df..a011db6 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); @@ -679,11 +679,11 @@ int main(int argn, char *argv[]) if((u = strchr(outputname, '%'))) { if(strchr(u+1, '%') || strchr(outputname, '%')!=u) { - msg(" only one %%d allowed in filename\n"); + msg(" only one %% allowed in filename\n"); return 1; } if(preloader || viewer) { - msg(" -b/-l/-B/-L not supported together with %%d in filename\n"); + msg(" -b/-l/-B/-L not supported together with %% in filename\n"); return 1; } msg(" outputting one file per page");