OSDN Git Service

Add ./configure option "--with-varpath=PATH"
[hengbandforosx/hengbandosx.git] / src / main-win.c
index a34e327..05d9b6b 100644 (file)
@@ -4946,7 +4946,7 @@ static void init_stuff(void)
        validate_dir(path, TRUE);
 
        /* Init the file paths */
-       init_file_paths(path);
+       init_file_paths(path, path);
 
        /* Hack -- Validate the paths */
        validate_dir(ANGBAND_DIR_APEX, FALSE);