Changeset 140
- Timestamp:
- 05/14/07 07:37:12 (2 years ago)
- Files:
-
- trunk/src/init2.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/init2.c
r136 r140 119 119 ANGBAND_DIR_USER = string_make(buf); 120 120 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 121 129 122 130 /* Build the path to the user specific sub-directory */ … … 139 147 140 148 /* Build pathnames */ 141 ANGBAND_DIR_USER = string_make(format("%suser", path));142 149 ANGBAND_DIR_APEX = string_make(format("%sapex", path)); 143 150 ANGBAND_DIR_BONE = string_make(format("%sbone", path));
