You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/cuneiform/files/cuneiform-1.1.0-fix_buffer_...

16 lines
888 B

Description: Split original patch by Slawomir and update the same to apply neatly.
Author: Bhavani Shankar <bhavi@ubuntu.com>
--- a/cuneiform_src/Kern/rstr/src/acc_tabs.c
+++ b/cuneiform_src/Kern/rstr/src/acc_tabs.c
@@ -2821,8 +2821,8 @@ if( CodePages[language]==CSTR_EASTEUROPE
strcpy(decode_ASCII_to_[(uchar)liga_j ], "_j_");
strcpy(decode_ASCII_to_[(uchar)liga_exm ], "_!_");
strcpy(decode_ASCII_to_[(uchar)liga_qm ], "_?_");
- strcpy(decode_ASCII_to_[(uchar)liga_inv_exm], "_!!_");
- strcpy(decode_ASCII_to_[(uchar)liga_inv_qm ], "_??_");
+ strcpy(decode_ASCII_to_[(uchar)liga_inv_exm], "_!_");
+ strcpy(decode_ASCII_to_[(uchar)liga_inv_qm ], "_?_");
strcpy(decode_ASCII_to_[(uchar)liga_bull ], "\xB0");
strcpy(decode_ASCII_to_[(uchar)left_quocket], "«");
strcpy(decode_ASCII_to_[(uchar)right_quocket], "»");