Clarify default path in $HOME.

This commit is contained in:
Themaister 2011-05-19 15:51:30 +02:00
parent 676f659306
commit 4f50b6a749

View File

@ -212,7 +212,7 @@ static config_file_t *open_default_config_file(void)
#else
const char *xdg = getenv("XDG_CONFIG_HOME");
if (!xdg)
SSNES_WARN("XDG_CONFIG_HOME is not defined. Will look for config in $HOME/.ssnesrc ...\n");
SSNES_WARN("XDG_CONFIG_HOME is not defined. Will look for config in $HOME/.ssnes.cfg ...\n");
const char *home = getenv("HOME");
if (xdg)