comment fixup for saving cond_xyz
This started as a typo/thinko fix but ended up rewording the comment.
This commit is contained in:
@@ -9454,9 +9454,9 @@ all_options_conds(strbuf_t *sbuf)
|
|||||||
++idx;
|
++idx;
|
||||||
}
|
}
|
||||||
/* finish off final line; value might be empty if one or more cond_xyz
|
/* finish off final line; value might be empty if one or more cond_xyz
|
||||||
options were changed in such a manner that that they're all back
|
options were changed in such a manner that they're all back to their
|
||||||
to their default values; that will produce "OPTIONS=" will nothing
|
default values--which will produce "OPTIONS=" with nothing after the
|
||||||
after the equals sign, if which case we need to suppress it */
|
equals sign; only add to the output when there is more present */
|
||||||
if (strcmp(buf, "OPTIONS=")) {
|
if (strcmp(buf, "OPTIONS=")) {
|
||||||
Strcat(buf, "\n");
|
Strcat(buf, "\n");
|
||||||
strbuf_append(sbuf, buf);
|
strbuf_append(sbuf, buf);
|
||||||
|
|||||||
Reference in New Issue
Block a user