Changeset 140

Show
Ignore:
Timestamp:
05/14/07 07:37:12 (2 years ago)
Author:
ajps
Message:

Restoring old behaviour of init_file_paths to that of pre-#136

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/init2.c

    r136 r140  
    119119        ANGBAND_DIR_USER = string_make(buf); 
    120120 
     121#else /* PRIVATE_USER_PATH */ 
     122 
     123        ANGBAND_DIR_USER = string_make(format("%suser", path)); 
     124 
     125#endif /* PRIVATE_USER_PATH */ 
     126 
     127 
     128#ifdef USE_PRIVATE_PATHS 
    121129 
    122130        /* Build the path to the user specific sub-directory */ 
     
    139147 
    140148        /* Build pathnames */ 
    141         ANGBAND_DIR_USER = string_make(format("%suser", path)); 
    142149        ANGBAND_DIR_APEX = string_make(format("%sapex", path)); 
    143150        ANGBAND_DIR_BONE = string_make(format("%sbone", path));