summaryrefslogtreecommitdiffstats
path: root/Settings.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2011-08-12 16:37:27 +0000
committerHisham Muhammad <hisham@gobolinux.org>2011-08-12 16:37:27 +0000
commitda604d355a3dcf32f16985a691a5f8e649710dd9 (patch)
tree1a08e66d2c4e58ee932e5fc4b6e54d6fc1cd7e99 /Settings.c
parent0a81172f6200d81063cf1214eae2d4665b70add7 (diff)
be more precise in the comment
Diffstat (limited to 'Settings.c')
-rw-r--r--Settings.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/Settings.c b/Settings.c
index c87bf2af..ee9bafb6 100644
--- a/Settings.c
+++ b/Settings.c
@@ -151,9 +151,8 @@ bool Settings_write(Settings* this) {
if (fd == NULL) {
return false;
}
- fprintf(fd, "# Beware! This file is rewritten every time htop exits.\n");
+ fprintf(fd, "# Beware! This file is rewritten by htop when settings are changed in the interface.\n");
fprintf(fd, "# The parser is also very primitive, and not human-friendly.\n");
- fprintf(fd, "# (I know, it's in the todo list).\n");
fprintf(fd, "fields=");
for (int i = 0; this->pl->fields[i]; i++) {
// This "-1" is for compatibility with the older enum format.

© 2014-2024 Faster IT GmbH | imprint | privacy policy