aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pgtkfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pgtkfns.c b/src/pgtkfns.c
index 49467988cae..085c41eb759 100644
--- a/src/pgtkfns.c
+++ b/src/pgtkfns.c
@@ -1803,7 +1803,7 @@ pgtk_is_numeric_char (int c)
1803static GSettings * 1803static GSettings *
1804parse_resource_key (const char *res_key, char *setting_key) 1804parse_resource_key (const char *res_key, char *setting_key)
1805{ 1805{
1806 char path[32 + RESOURCE_KEY_MAX_LEN]; 1806 char path[33 + RESOURCE_KEY_MAX_LEN];
1807 const char *sp = res_key; 1807 const char *sp = res_key;
1808 char *dp; 1808 char *dp;
1809 1809