From 48d44fe3cc442f37fd155e2da99ca7cae8b3a673 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 13 May 2009 11:57:18 +0000 Subject: Revert to DIR_SEP magic. Fix toolbox frontend to initialise conversion context correctly. Append ,ff6 when not on RISC OS. svn path=/trunk/tools/ttf2f/; revision=7498 --- src/outlines.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/outlines.c') diff --git a/src/outlines.c b/src/outlines.c index 080a44b..962042c 100644 --- a/src/outlines.c +++ b/src/outlines.c @@ -66,7 +66,7 @@ ttf2f_result outlines_write(const char *savein, const char *name, header.chunk_data.reserved[3] = 0; header.chunk_data.reserved[4] = 0; - snprintf(out, 1024, "%s/Outlines", savein); + snprintf(out, 1024, "%s" DIR_SEP "Outlines" XXX_EXT, savein); if ((output = fopen(out, "wb") ) == NULL) return TTF2F_RESULT_OPEN; -- cgit v1.2.3