Changeset 7e2c5c


Ignore:
Timestamp:
Apr 29, 2008, 7:41:20 AM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
9bd230
Parents:
584691
Message:

bugfix: configpath and -name are not set to empty string.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/config.cpp

    r584691 r7e2c5c  
    2121  strcpy(defaultpath,"not specified");
    2222  strcpy(pseudopotpath,"not specified");
     23  configpath[0]='\0';
     24  configname[0]='\0';
    2325 
    2426  ProcPEGamma=8;
Note: See TracChangeset for help on using the changeset viewer.