Changeset 1c5a1a in git


Ignore:
Timestamp:
Feb 6, 2013, 6:30:16 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
e14e025ea0701e6b4c479e9291013e73a43dbfd2
Parents:
07df916e240f5e814e41624e08e7dac0bc26fcb5
Message:
fix: compiler warning
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipconv.cc

    r07df91 r1c5a1a  
    289289  {
    290290    output->rtyp=ANY_TYPE;
    291     output->data=(char *)input->Typ();
     291    output->data=(char *)(long)input->Typ();
    292292    /* the name of the object:*/
    293293    if (input->e==NULL)
Note: See TracChangeset for help on using the changeset viewer.