Evas linebraek: Fix liblinebreak's CB class at sot handling.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 5 May 2011 11:05:50 +0000 (11:05 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 5 May 2011 11:05:50 +0000 (11:05 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@59204 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/static_deps/liblinebreak/linebreak.c

index 5a4fb57..f9ff9a1 100644 (file)
@@ -554,6 +554,9 @@ nextline:
        case LBP_NL:
                lbcCur = LBP_BK;
                break;
+       case LBP_CB:
+               lbcCur = LBP_BA;
+               break;
        case LBP_SP:
                lbcCur = LBP_WJ;
                break;