Changeset 768faf in git for factory/cfCharSetsUtil.cc


Ignore:
Timestamp:
Sep 19, 2014, 7:04:12 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
2656dc7e7fe0f5a13449b855c74b3bb2fb6ac65c
Parents:
73f3ca715fadb3664ecbebb37b7e131d43a51737
git-author:
Martin Lee <martinlee84@web.de>2014-09-19 19:04:12+02:00
git-committer:
Martin Lee <martinlee84@web.de>2014-09-20 16:54:36+02:00
Message:
fix: normalization for char sets
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cfCharSetsUtil.cc

    r73f3ca7 r768faf  
    600600    G= F;
    601601    G *= bCommonDen (G);
    602     if (!isRat)
    603       Off (SW_RATIONAL);
    604     if (isRat)
    605       Off (SW_RATIONAL);
    606     G= F/icontent (F);
     602    Off (SW_RATIONAL);
     603    G /= icontent (G);
    607604    if (isRat)
    608605      On (SW_RATIONAL);
Note: See TracChangeset for help on using the changeset viewer.