summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-05-13 12:30:55 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-05-13 12:30:55 +0000
commit085009cc578c5b053b70e823f3a336e36e66b22a (patch)
tree3432917c52eb65e944d3cb18fd04334da6374322
parentb930fef424cdb56bd14f2b554b67a5d794e57cab (diff)
downloadttf2f-085009cc578c5b053b70e823f3a336e36e66b22a.tar.gz
ttf2f-085009cc578c5b053b70e823f3a336e36e66b22a.tar.bz2
Don't process filenames.
svn path=/trunk/tools/ttf2f/; revision=7502
-rw-r--r--src/cli.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cli.c b/src/cli.c
index 1ee4392..751329e 100644
--- a/src/cli.c
+++ b/src/cli.c
@@ -5,6 +5,10 @@
#include <sys/stat.h>
+#ifdef __riscos__
+#include <unixlib/local.h>
+#endif
+
#include "context.h"
#include "encoding.h"
#include "fm.h"
@@ -15,6 +19,10 @@
#include "outlines.h"
#include "utils.h"
+#ifdef __riscos__
+int __riscosify_control = __RISCOSIFY_NO_PROCESS;
+#endif
+
static void progress(int value)
{
UNUSED(value);