Changeset 1c5a1a in git for Singular/ipconv.cc


Ignore:
Timestamp:
Feb 6, 2013, 6:30:16 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
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.