diff options
Diffstat (limited to 'Build/source/texk/gsftopk/gsftopk.c')
-rw-r--r-- | Build/source/texk/gsftopk/gsftopk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/gsftopk/gsftopk.c b/Build/source/texk/gsftopk/gsftopk.c index d79d4af4285..52c45e5d9f3 100644 --- a/Build/source/texk/gsftopk/gsftopk.c +++ b/Build/source/texk/gsftopk/gsftopk.c @@ -405,8 +405,8 @@ Boolean test = False; char *fontname; int fontlen; char *mapline = NULL; -const char *mapfile = NULL; -const char *gspath = GS_PATH; /* gs interpreter path */ +char *mapfile = NULL; +char gspath[] = GS_PATH; /* gs interpreter path */ Boolean dosnames = False; Boolean quiet = False; |