Index: head/vietnamese/x-unikey/files/patch-src_ukengine_mactab.cpp =================================================================== --- head/vietnamese/x-unikey/files/patch-src_ukengine_mactab.cpp (nonexistent) +++ head/vietnamese/x-unikey/files/patch-src_ukengine_mactab.cpp (revision 433098) @@ -0,0 +1,11 @@ +--- src/ukengine/mactab.cpp.orig 2006-04-09 11:46:02 UTC ++++ src/ukengine/mactab.cpp +@@ -287,7 +287,7 @@ int CMacroTable::addItem(const char *ite + char key[MAX_MACRO_KEY_LEN]; + + // Parse the input item +- char * pos = strchr(item, ':'); ++ const char * pos = strchr(item, ':'); + if (pos == NULL) + return -1; + int keyLen = (int)(pos - item); Property changes on: head/vietnamese/x-unikey/files/patch-src_ukengine_mactab.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property