Changeset 937c89e in git


Ignore:
Timestamp:
Jan 21, 2019, 12:09:25 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
c309bd9ad3a2f9f7486a6f07d6981cb894b5aae2f7c78e298a795c84c68727718e9bd836478030c9
Parents:
078a4a90f17cc237bc78fddcc5ef815a8ed3bc37
Message:
output of string in nestruct
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/newstruct.cc

    r078a4a r937c89e  
    9595          StringAppendS("<list>");
    9696        }
    97         else
     97        else if (l->m[a->pos].rtyp==STRING_CMD)
     98        {
     99          StringAppendS((char*)l->m[a->pos].Data());
     100        }
     101        else
    98102        {
    99103          char *tmp2=omStrDup(l->m[a->pos].String());
Note: See TracChangeset for help on using the changeset viewer.