summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/eightbit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eightbit.c b/src/eightbit.c
index f201f31..8dfdb75 100644
--- a/src/eightbit.c
+++ b/src/eightbit.c
@@ -321,7 +321,7 @@ const char *get_table_path(const char *table)
if (ucpath == NULL)
return NULL;
- strncpy(path, ucpath, sizeof(path));
+ strncpy(path, ucpath, sizeof(path) - 1);
plen = strlen(ucpath);
#ifndef __riscos__
if (path[plen - 1] != '/') {