Changeset f98a260 in git


Ignore:
Timestamp:
Mar 29, 2014, 3:43:09 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
129ad21666e513d29fb6ff43ca06cf7f4715f111
Parents:
57fa2c40e594f6852ad399834f69212c271e4f5a
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-03-29 15:43:09+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-03-29 15:44:08+01:00
Message:
fix: assign string->proc also from variables (tr.591)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipassign.cc

    r57fa2c4 rf98a260  
    586586
    587587  if(res->data!=NULL) piCleanUp((procinfo *)res->data);
    588   if(a->rtyp==STRING_CMD)
     588  if(a->Typ()==STRING_CMD)
    589589  {
    590590    res->data = (void *)omAlloc0Bin(procinfo_bin);
Note: See TracChangeset for help on using the changeset viewer.