summaryrefslogtreecommitdiff
path: root/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'options.c')
-rw-r--r--options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/options.c b/options.c
index 18487a8..7257091 100644
--- a/options.c
+++ b/options.c
@@ -178,7 +178,7 @@ get_options (int argc, char **argv)
if (rc_file != NULL)
{
strncpy (rc_file, home, sizeof (rc_file) - 20);
- strncat (rc_file, "/.xbindkeysrc", sizeof (rc_file));
+ strncat (rc_file, "/.xbindkeysrc", 20);
}
}
@@ -190,7 +190,7 @@ get_options (int argc, char **argv)
if (rc_guile_file != NULL)
{
strncpy (rc_guile_file, home, sizeof (rc_guile_file) - 20);
- strncat (rc_guile_file, "/.xbindkeysrc.scm", sizeof (rc_guile_file));
+ strncat (rc_guile_file, "/.xbindkeysrc.scm", 20);
}
}
#endif