Ignore:
Timestamp:
Jul 26, 2011, 3:56:40 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
441a2ebc3368fca13446fd60801db4c09580a110
Parents:
92058150caf53dc60a028c63bafb64f39bfa73a8
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-07-26 15:56:40+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:53:34+01:00
Message:
FIX: feInitResources should now take an [_const_ char*] argv0
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/resources/feResource.h

    r920581 rb28bafe  
    3838// This needs to be called before the first call to feResource
    3939// Initializes Resources, SearchPath, and extends PATH
    40 void feInitResources(char* argv0 = NULL);
     40void feInitResources(const char* argv0 = NULL);
    4141// Re-inits resources, should be called after changing env. variables
    4242void feReInitResources();
Note: See TracChangeset for help on using the changeset viewer.