[Lunar-commits] <moonbase> tvtime: moved patch file to $PATCH_URL
Duncan Gibson
engelsman at lunar-linux.org
Mon Nov 9 21:39:36 CET 2009
commit 14fb6685f6e0954646c21aec55deb029001e6f8a
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date: Mon Nov 9 21:39:36 2009 +0100
tvtime: moved patch file to $PATCH_URL
---
video/tvtime/tvtime-1.0.2-locale_t.patch | 23 -----------------------
1 files changed, 0 insertions(+), 23 deletions(-)
diff --git a/video/tvtime/tvtime-1.0.2-locale_t.patch b/video/tvtime/tvtime-1.0.2-locale_t.patch
deleted file mode 100644
index 163ee62..0000000
--- a/video/tvtime/tvtime-1.0.2-locale_t.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- 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"}, {"AZ", "Azerbaijani"}, {"BA", "Bashkir"},
-@@ -168,7 +168,7 @@
- {"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( tv_locale_t );
-
- /**
- * Timezone parsing code based loosely on the algorithm in
More information about the Lunar-commits
mailing list