Changeset aee346d in git


Ignore:
Timestamp:
Nov 27, 2013, 12:28:23 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c6d3fc466dfd65a90389184c556ed357ac5c5d6fd9c46b7a02e3941c5c90ca24da6b4b0e465c6569
Parents:
42d46458a0e86089ca652e1ac940ee8e605eb7d0
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-11-27 12:28:23+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-11-27 12:29:51+01:00
Message:
chg: debug message: also for proc outside of libs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/iplib.cc

    r42d464 raee346d  
    333333  (pi->libname!=NULL) && (pi->libname[0]!='\0'))
    334334  {
    335     Warn("option changed in proc %s from %s",pi->procname,pi->libname);
     335    if ((pi->libname!=NULL) && (pi->libname[0]!='\0'))
     336      Warn("option changed in proc %s from %s",pi->procname,pi->libname);
     337    else
     338      Warn("option changed in proc %s",pi->procname);
    336339    int i;
    337340    for (i=0; optionStruct[i].setval!=0; i++)
Note: See TracChangeset for help on using the changeset viewer.