Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1:Update
tvtime
tvtime-glibc.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File tvtime-glibc.patch of Package tvtime
Index: tvtime-1.0.2/src/xmltv.c =================================================================== --- tvtime-1.0.2.orig/src/xmltv.c +++ tvtime-1.0.2/src/xmltv.c @@ -118,9 +118,9 @@ const int num_timezones = sizeof( date_m typedef struct { const char *code; const char *name; -} locale_t; +} tvlocale_t; -static locale_t locale_table[] = { +static tvlocale_t locale_table[] = { {"AA", "Afar"}, {"AB", "Abkhazian"}, {"AF", "Afrikaans"}, {"AM", "Amharic"}, {"AR", "Arabic"}, {"AS", "Assamese"}, {"AY", "Aymara"}, {"AZ", "Azerbaijani"}, {"BA", "Bashkir"}, @@ -168,7 +168,7 @@ static locale_t locale_table[] = { {"XH", "Xhosa"}, {"YO", "Yoruba"}, {"ZH", "Chinese"}, {"ZU", "Zulu"} }; -const int num_locales = sizeof( locale_table ) / sizeof( locale_t ); +const int num_locales = sizeof( locale_table ) / sizeof( tvlocale_t ); /** * Timezone parsing code based loosely on the algorithm in
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor