git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4394d89
)
small bugfix
author
kramm
<kramm>
Sun, 23 Apr 2006 19:14:43 +0000
(19:14 +0000)
committer
kramm
<kramm>
Sun, 23 Apr 2006 19:14:43 +0000
(19:14 +0000)
pdf2swf/pdf2swf.cc
patch
|
blob
|
history
diff --git
a/pdf2swf/pdf2swf.cc
b/pdf2swf/pdf2swf.cc
index
3706afc
..
ba0859b
100644
(file)
--- 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