summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mcs-plugin/xfwm4_plugin.c2
-rw-r--r--src/parserc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/mcs-plugin/xfwm4_plugin.c b/mcs-plugin/xfwm4_plugin.c
index fa376e756..8ebe0ff30 100644
--- a/mcs-plugin/xfwm4_plugin.c
+++ b/mcs-plugin/xfwm4_plugin.c
@@ -531,7 +531,7 @@ static ThemeInfo *find_theme_info_by_name(const gchar * theme_name, GList * them
static gboolean parserc(const gchar * filename, gboolean *set_layout, gboolean *set_align, gboolean *set_font)
{
- gchar buf[512];
+ gchar buf[80];
gchar *lvalue, *rvalue;
FILE *fp;
diff --git a/src/parserc.c b/src/parserc.c
index 337601593..e3ee48b80 100644
--- a/src/parserc.c
+++ b/src/parserc.c
@@ -37,7 +37,7 @@
gboolean parseRc(const gchar * file, const gchar * dir, Settings rc[])
{
- gchar buf[512];
+ gchar buf[80];
gchar *filename, *lvalue, *rvalue;
FILE *fp;