Avoid relocation

This commit is contained in:
Matthias Clasen 2006-04-04 03:06:39 +00:00
parent 208eda2e59
commit c53db1264b
3 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2006-04-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilesel.c (no_stat_dirs): Avoid relocation.
* gdk/gdk.c: Here too.
* gdk/gdkinternals.h:

View File

@ -1,5 +1,7 @@
2006-04-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilesel.c (no_stat_dirs): Avoid relocation.
* gdk/gdk.c: Here too.
* gdk/gdkinternals.h:

View File

@ -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[] = {