Avoid relocation
This commit is contained in:
parent
208eda2e59
commit
c53db1264b
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user