forked from pool/alevt
- alevt-fix-implicit.patch: fixed implicit definitions. OBS-URL: https://build.opensuse.org/request/show/1172416 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/alevt?expand=0&rev=21
14 lines
310 B
Diff
14 lines
310 B
Diff
Index: alevt-v1.8.1/lang.c
|
|
===================================================================
|
|
--- alevt-v1.8.1.orig/lang.c
|
|
+++ alevt-v1.8.1/lang.c
|
|
@@ -142,6 +142,8 @@ lang_init(void)
|
|
lang_char[lang_chars[0][i]] = i;
|
|
}
|
|
|
|
+int is_koi(int c);
|
|
+int is_greek(int c);
|
|
|
|
void
|
|
conv2latin(u8 *p, int n, int lang)
|