From 92d124f5735b7e5629c4fa57d34cd00f65ae3a36 Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 23 Apr 2006 19:14:43 +0000 Subject: [PATCH] small bugfix --- pdf2swf/pdf2swf.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pdf2swf/pdf2swf.cc b/pdf2swf/pdf2swf.cc index 3706afc..ba0859b 100644 --- a/pdf2swf/pdf2swf.cc +++ b/pdf2swf/pdf2swf.cc @@ -454,6 +454,8 @@ int main(int argn, char *argv[]) } fclose(test); } +#else + fontdir = concatPaths(getInstallationPath(), "fonts"); #endif #ifdef HAVE_SRAND48 -- 1.7.10.4