mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
14 lines
887 B
Diff
14 lines
887 B
Diff
--- tvtime-1.0.2/src/xmltv.c.orig 2009-06-18 02:28:04.000000000 +0100
|
||
+++ tvtime-1.0.2/src/xmltv.c 2009-06-18 02:28:12.000000000 +0100
|
||
@@ -118,9 +118,9 @@
|
||
typedef struct {
|
||
const char *code;
|
||
const char *name;
|
||
-} locale_t;
|
||
+} tv_locale_t;
|
||
|
||
-static locale_t locale_table[] = {
|
||
+static tv_locale_t locale_table[] = {
|
||
{"AA", "Afar"}, {"AB", "Abkhazian"}, {"AF", "Afrikaans"},
|
||
{"AM", "Amharic"}, {"AR", "Arabic"}, {"AS", "Assamese"},
|
||
{"AY", "Aymara"}, { |