Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
da604d35
Commit
da604d35
authored
Aug 12, 2011
by
Hisham Muhammad
Browse files
be more precise in the comment
parent
0a81172f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Settings.c
View file @
da604d35
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment