From 20ededd9662cec66c58f8c904a1a7ee6cb82018c Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 11 May 2009 14:25:38 +0000 Subject: Use Unix paths everywhere. Unixlib will fix this for us svn path=/trunk/tools/ttf2f/; revision=7470 --- 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 dab386d..205810b 100644 --- a/src/outlines.c +++ b/src/outlines.c @@ -65,7 +65,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" DIR_SEP "Outlines", savein); + snprintf(out, 1024, "%s/Outlines", savein); if ((output = fopen(out, "wb") ) == NULL) return TTF2F_RESULT_OPEN; -- cgit v1.2.3