summaryrefslogtreecommitdiffstats
path: root/src/xtokid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xtokid.c')
-rw-r--r--src/xtokid.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/xtokid.c b/src/xtokid.c
index 9299c00..5b1352c 100644
--- a/src/xtokid.c
+++ b/src/xtokid.c
@@ -149,9 +149,10 @@ main (int argc, char **argv)
argv += optind;
if (argc == 0)
{
- static char *dot = (char *) ".";
+ static char dot[] = ".";
+ static char *dotp = dot;
argc = 1;
- argv = ˙
+ argv = &dotp;
}
language_getopt ();