Changeset 43675c in git for kernel/GBEngine/syz1.cc


Ignore:
Timestamp:
Jan 31, 2018, 3:04:42 PM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
4fd796a9c41904bd840bcc8a2691b4dac9865de4
Parents:
f8aa892863019dc7fe2ed019a2aec3dd26da6e0d6712e907767e5540613b217f792b5f42d2b39ac1
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2018-01-31 15:04:42+01:00
git-committer:
GitHub <noreply@github.com>2018-01-31 15:04:42+01:00
Message:
Merge pull request #847 from dimpase/spielwiese

link libraries sometimes needed by gethostbyname etc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/syz1.cc

    r6712e9 r43675c  
    23972397  if (syzstr->minres==NULL)
    23982398  {
     2399    if (syzstr->resolution!=NULL)
     2400    {
     2401      // need to clear syzstr->resolution, as we are
     2402      // now displaying the minres instead of fullres
     2403      delete syzstr->resolution;
     2404      syzstr->resolution=NULL;
     2405    }
    23992406    if (syzstr->resPairs!=NULL)
    24002407    {
Note: See TracChangeset for help on using the changeset viewer.