Changeset 538512 in git for Singular/feOpt.cc


Ignore:
Timestamp:
Jan 10, 2013, 12:47:19 PM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
80c703d0b975055386088b85c7bcdd5c7684adc0
Parents:
c2ff4132e497bb884e85e7bcb9974f183308e2bb
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-01-10 12:47:19+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-01-10 12:48:14+01:00
Message:
chg: StringAppend/StringSetS/StringEndS: use multiple times
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/feOpt.cc

    rc2ff413 r538512  
    241241
    242242      case FE_OPT_VERSION:
    243         printf("%s",versionString());
    244         return NULL;
     243        {
     244        char *s=versionString();
     245        printf("%s",s);
     246        omFree(s);
     247        return NULL;
     248        }
    245249
    246250      case FE_OPT_ECHO:
Note: See TracChangeset for help on using the changeset viewer.