From 5516a7119aa01d10beb738fd6b0b37f1ae4a5f61 Mon Sep 17 00:00:00 2001 From: corvid Date: Tue, 28 Apr 2009 16:02:19 +0000 Subject: fix prefs dillorc MSG --- src/paths.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/paths.cc b/src/paths.cc index febe7741..06d33ae5 100644 --- a/src/paths.cc +++ b/src/paths.cc @@ -85,7 +85,7 @@ FILE *Paths::getPrefsFP(const char *rcFile) MSG("paths: Cannot open file '%s'\n",path2); MSG("paths: Using internal defaults...\n"); } else { - MSG("paths: Using %s\n", path); + MSG("paths: Using %s\n", path2); } dFree(path2); } -- cgit v1.2.3