summaryrefslogtreecommitdiff
path: root/gtk/gtkfilesel.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-04-04 03:06:39 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-04-04 03:06:39 +0000
commitc53db1264b062cc2216a3ed6c209ed90399a5ada (patch)
tree1a2a8c19b49a99e3b51476379617bd9783b9f0fe /gtk/gtkfilesel.c
parent208eda2e59d9fc5340def61220fc8a6d8469a4af (diff)
downloadgtk+-c53db1264b062cc2216a3ed6c209ed90399a5ada.tar.gz
Avoid relocation
Diffstat (limited to 'gtk/gtkfilesel.c')
-rw-r--r--gtk/gtkfilesel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilesel.c b/gtk/gtkfilesel.c
index 6333bf41e1..22f606adc5 100644
--- a/gtk/gtkfilesel.c
+++ b/gtk/gtkfilesel.c
@@ -3203,7 +3203,7 @@ check_dir (gchar *dir_name,
*/
static struct {
- const gchar *name;
+ const gchar name[5];
gboolean present;
struct stat statbuf;
} no_stat_dirs[] = {