diff --git a/ChangeLog b/ChangeLog index 2672ac8e1e..eb2885a5c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-03-23 Sebastian Dröge + + * gst/gstregistrybinary.c: (gst_registry_binary_write): + Rename constant everywhere and don't forget one occurence. + 2008-03-23 Sebastian Dröge * gst/gstregistrybinary.c: (gst_registry_binary_write): diff --git a/gst/gstregistrybinary.c b/gst/gstregistrybinary.c index e3736c5bfa..112b7f1fa5 100644 --- a/gst/gstregistrybinary.c +++ b/gst/gstregistrybinary.c @@ -106,7 +106,7 @@ inline static gboolean gst_registry_binary_write (GstRegistry * registry, const void *mem, const gssize size, unsigned long *file_position, gboolean align) { - gchar padder[ALIGN] = { 0, }; + gchar padder[ALIGNMENT] = { 0, }; int padsize = 0; /* Padding to insert the struct that requiere word alignment */