Changeset 254e61 in git


Ignore:
Timestamp:
Sep 16, 2014, 5:28:56 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'e782369abe3cd5d544d0c0f9686417b8b300be19')
Children:
43a2d4e9557dafb0a554b88ece4b92fc5bfc0be0
Parents:
86950236405247b95fce3e0e4496f283d7fbcc5a
Message:
fix: tr.#644 (string in newstruct)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/subexpr.cc

    r869502 r254e61  
    613613      if ((e==NULL)
    614614      || (source->rtyp==LIST_CMD)
    615       || ((source->rtyp==IDHDL)&&(IDTYP((idhdl)source->data)==LIST_CMD)))
     615      || ((source->rtyp==IDHDL)
     616          &&((IDTYP((idhdl)source->data)==LIST_CMD)
     617            || (IDTYP((idhdl)source->data)>MAX_TOK)))
     618      || (source->rtyp>MAX_TOK))
    616619        return (void *)omStrDup((char *)d);
    617620      else if (e->next==NULL)
Note: See TracChangeset for help on using the changeset viewer.