Skip to content

Commit

Permalink
Merge pull request #61091 from akrieger/use_xdg_durr
Browse files Browse the repository at this point in the history
Fix typo in USE_XDG_DIR block for set_standard_filenames
  • Loading branch information
ZhilkinSerg authored Sep 18, 2022
2 parents ef8ee1a + 31d9dbf commit df589a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/path_info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ void PATH_INFO::set_standard_filenames()
dir = std::string( user_dir ) + "/.config/cataclysm-dda/";
}
config_dir_value = dir;
config_dir_path_value = cata_path{ cata_path::rootpath::config, fs::path{} };
config_dir_path_value = cata_path{ cata_path::root_path::config, fs::path{} };
#else
config_dir_value = user_dir_value + "config/";
config_dir_path_value = user_dir_path_value / "config";
Expand Down

0 comments on commit df589a5

Please sign in to comment.