mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-31 05:14:11 +02:00
const correctness fixes, found by Arjan van de Ven and gcc.
2005-11-17 Matthias Clasen <mclasen@redhat.com> * glib/gbacktrace.c: * glib/gdate.c: * glib/gthread.c: const correctness fixes, found by Arjan van de Ven and gcc.
This commit is contained in:
committed by
Matthias Clasen
parent
cac3d6ea8d
commit
92ea153ae9
@@ -473,7 +473,7 @@ static GDateDMY dmy_order[3] =
|
||||
* are counted as in the year 1900.
|
||||
*/
|
||||
|
||||
static GDateYear twodigit_start_year = 1930;
|
||||
static const GDateYear twodigit_start_year = 1930;
|
||||
|
||||
/* It is impossible to enter a year between 1 AD and 99 AD with this
|
||||
* in effect.
|
||||
|
Reference in New Issue
Block a user