Changeset 8dc9b3 for molecuilder/src
- Timestamp:
 - May 26, 2008, 1:24:33 PM (17 years ago)
 - Children:
 - 8b486e
 - Parents:
 - 3b1427
 - File:
 - 
      
- 1 edited
 
- 
          
  molecuilder/src/config.cpp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
molecuilder/src/config.cpp
r3b1427 r8dc9b3 420 420 break; 421 421 } 422 if (last == 0) { // no path in front, set to local directory.422 if (last == -1) { // no path in front, set to local directory. 423 423 strcpy(configpath, "./"); 424 424 ptr = buffer;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  