Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 66661 Details for
Bug 103472
app-i18n/qimhangul-0.0.2 should be patched
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
the patch file for qimhangul
qimhangul-0.0.2.patch (text/plain), 976 bytes, created by
Kim Seongcheol
on 2005-08-23 09:17:23 UTC
(
hide
)
Description:
the patch file for qimhangul
Filename:
MIME Type:
Creator:
Kim Seongcheol
Created:
2005-08-23 09:17:23 UTC
Size:
976 bytes
patch
obsolete
>diff -uNr qimhangul-0.0.2.orig/hangulinputcontext.c qimhangul-0.0.2/hangulinputcontext.c >--- qimhangul-0.0.2.orig/hangulinputcontext.c 2005-08-22 05:57:18.000000000 +0900 >+++ qimhangul-0.0.2/hangulinputcontext.c 2005-08-22 05:56:24.000000000 +0900 >@@ -372,6 +372,22 @@ > } > > static inline void >+hangul_ic_append_commit_string(HangulInputContext *hic, wchar_t ch) >+{ >+ unsigned int i; >+ >+ for (i = 0; i < N_ELEMENTS(hic->commit_string); i++) { >+ if (hic->commit_string[i] == L'\0') >+ break; >+ } >+ >+ if (i + 1 < N_ELEMENTS(hic->commit_string)) { >+ hic->commit_string[i++] = ch; >+ hic->commit_string[i] = L'\0'; >+ } >+} >+ >+static inline void > hangul_ic_save_commit_string(HangulInputContext *hic) > { > if (hic->output_mode == HANGUL_OUTPUT_JAMO) { >@@ -532,6 +548,9 @@ > } > } > } >+ } else if (ch > 0) { >+ hangul_ic_save_commit_string(hic); >+ hangul_ic_append_commit_string(hic, ch); > } else { > hangul_ic_save_commit_string(hic); > return false;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 103472
: 66661