Changeset 0c6e57 in git


Ignore:
Timestamp:
May 4, 2016, 2:45:21 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
586e009fbfed8451a30a85fe4ca44c6b082c2786
Parents:
cca2b510dfc7511ebea34dd13855269180a1358f
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2016-05-04 14:45:21+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2016-05-04 16:42:50+02:00
Message:
fix: tr. #759
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    rcca2b5 r0c6e57  
    937937  intvec *weights=NULL;
    938938  int add_row_shift=0;
    939   intvec *ww=(intvec *)atGet(&(l->m[0]),"isHomog",INTVEC_CMD);
     939  intvec *ww=NULL;
     940  if (l->nr>=0) ww=(intvec *)atGet(&(l->m[0]),"isHomog",INTVEC_CMD);
    940941  if (ww!=NULL)
    941942  {
     
    13151316        if (BVERBOSE(V_REDEFINE))
    13161317        {
    1317           Warn("redefining %s",IDID(h));
     1318          Warn("redefining %s (%s)",IDID(h),my_yylinebuf);
    13181319        }
    13191320#ifdef USE_IILOCALRING
     
    14461447          if (BVERBOSE(V_REDEFINE))
    14471448          {
    1448             Warn("redefining %s",IDID(old));
     1449            Warn("redefining %s (%s)",IDID(old),my_yylinebuf);
    14491450          }
    14501451          v->name=omStrDup(v->name);
  • Tst/Short/ok_s.lst

    rcca2b5 r0c6e57  
    5959bug_tr753
    6060bug_tr758
     61bug_tr759
    6162bug_genus_etc
    6263conv_bi
Note: See TracChangeset for help on using the changeset viewer.