Commit 5b0b2255 authored by Hisham Muhammad's avatar Hisham Muhammad
Browse files

Fix typo that has been lurking since 2006

parent 59d5eecd
......@@ -217,7 +217,7 @@ Settings* Settings_new(ProcessList* pl, Header* header, int cpuCount) {
home = getenv("HOME_ETC");
if (!home) home = getenv("HOME");
if (!home) home = "";
rcfile = getenv("HOMERC");
rcfile = getenv("HTOPRC");
if (!rcfile)
this->userSettings = String_cat(home, "/.htoprc");
else
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment