Changeset 8dc9b3 for molecuilder/src


Ignore:
Timestamp:
May 26, 2008, 1:24:33 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
8b486e
Parents:
3b1427
Message:

BUGFIX: config files' path in the current working directory would not be recognized correctly.

This bug was introduced due to the for-loop speedup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified molecuilder/src/config.cpp

    r3b1427 r8dc9b3  
    420420      break;
    421421  }
    422   if (last == 0) { // no path in front, set to local directory.
     422  if (last == -1) { // no path in front, set to local directory.
    423423    strcpy(configpath, "./");
    424424    ptr = buffer;
Note: See TracChangeset for help on using the changeset viewer.