GNOME Bugzilla – Bug 628839
[PATCH] datetime: Rename shadowing variables
Last modified: 2010-09-06 10:58:27 UTC
Created attachment 169525 [details] [review] Rename timezone and tzname not to shadow time.h variables I've imported GDateTime in my project as I can't depend on glib 2.25.x/2.26 just yet and I have the shadowing warning enabled. timezone and tzname shadow variables declared in time.h. Let's rename them to time_zone and tz_name then.
Review of attachment 169525 [details] [review]: Thanks, please commit.
Pushed to master.