summaryrefslogtreecommitdiff
path: root/test/GNU/table-from.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/GNU/table-from.c')
-rw-r--r--test/GNU/table-from.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/GNU/table-from.c b/test/GNU/table-from.c
index f4ec661..56a0dab 100644
--- a/test/GNU/table-from.c
+++ b/test/GNU/table-from.c
@@ -104,7 +104,7 @@ int main (int argc, char* argv[])
const char* charset;
iconv_t cd;
int search_depth;
- char *ucpath;
+ const char *ucpath;
int alen;
char aliases[4096];
@@ -116,7 +116,7 @@ int main (int argc, char* argv[])
/* ensure the !Unicode resource exists */
#ifdef __riscos__
- ucpath = getenv("Unicode$Path");
+ ucpath = "Unicode:");
#else
ucpath = getenv("UNICODE_DIR");
#endif