Changeset 5d84a4 in git


Ignore:
Timestamp:
Oct 23, 2013, 2:38:19 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
4f27bf50e1488440ad6012cf7e75f9c2d1e00e76
Parents:
bbb68929894113459a1e1029010bfd9b06dc0768
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-10-23 14:38:19+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-10-23 14:39:00+02:00
Message:
fix: allow printing of bb-members, if they have a short representation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/newstruct.cc

    rbbb689 r5d84a4  
    9898          StringAppendS("<list>");
    9999        }
    100         else if (l->m[a->pos].rtyp<=MAX_TOK)
     100        else
    101101        {
    102102          char *tmp2=omStrDup(l->m[a->pos].String());
     
    110110          omFree(tmp2);
    111111        }
    112         else
    113         {
    114           StringAppendS("<");
    115           StringAppendS(Tok2Cmdname(l->m[a->pos].rtyp));
    116           StringAppendS(">");
    117         }
    118 
    119112      }
    120113      else StringAppendS("??");
Note: See TracChangeset for help on using the changeset viewer.