Changeset c34fb4 in git


Ignore:
Timestamp:
May 7, 2014, 3:11:18 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1110d39eca568f563c53463f04c89345b97f5aed
Parents:
d083a8f15f7af1a3e36ff97f400a731e2740a804
git-author:
Martin Lee <martinlee84@web.de>2014-05-07 15:11:18+02:00
git-committer:
Martin Lee <martinlee84@web.de>2014-05-12 14:35:02+02:00
Message:
fix: char series of stupid input
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cfCharSets.cc

    rd083a8 rc34fb4  
    17121712  if (!qsi.isEmpty())
    17131713    return contract (qsi);
    1714   return ListCFList() ;
    1715 }
    1716 
     1714  return ListCFList(CFList (1)) ;
     1715}
     1716
Note: See TracChangeset for help on using the changeset viewer.