X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fmodules%2Fswffont.c;h=9a572e1f7e66bbe520b9522c910d28d657136a74;hp=f355829a883abd5f569bf38b10b9ed04cee81460;hb=22f4b2fb5eab04dff324b61eeef8cb3f0c99dc69;hpb=7b277f03f0e4db6ba147cddbf25334ba9b18c5a7 diff --git a/lib/modules/swffont.c b/lib/modules/swffont.c index f355829..9a572e1 100644 --- a/lib/modules/swffont.c +++ b/lib/modules/swffont.c @@ -442,7 +442,7 @@ SWFFONT* swf_LoadFont(char*filename) #elif defined(HAVE_T1LIB) return swf_LoadT1Font(filename); #else - fprintf(stderr, "Error: Neither T1lib nor FreeType support compiled in. Could not load %s\n", infile); + fprintf(stderr, "Error: Neither T1lib nor FreeType support compiled in. Could not load %s\n", filename); return 0; #endif }