X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=common%2Ffiles%2Fcfgreader.c;h=9908cc1fd0a6641d5cb82cfd8694838413b11b73;hp=fc087f67e93fb1b176e0cce03490cd4f4875c9ef;hb=83b249229c87ceae3a67ab55a1f88ce07bae638c;hpb=5d49fe8eea4e11457b4f9904eb0d5db435679841;ds=sidebyside diff --git a/common/files/cfgreader.c b/common/files/cfgreader.c index fc087f6..9908cc1 100644 --- a/common/files/cfgreader.c +++ b/common/files/cfgreader.c @@ -254,7 +254,7 @@ struct CFG_Header *CFG_FindGnokiirc() #else homedir = getenv("HOME"); if (homedir) strncpy(rcfile, homedir, 200); - strncat(rcfile, "/.mygnokiirc", 200); + strncat(rcfile, "/.gnokiirc", 200); #endif /* Try opening .gnokirc from users home directory first */