summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
ef0725f)
Fix to commit
ec173fd2c. gcc noticed that it, in effect, it
was declared as an int but initialized the second time with
a bool value.
if (pophost && *pophost)
host = pophost;
if (pophost && *pophost)
host = pophost;
chgflag = noisy = noverify = true;
while ((cp = *argp++)) {
if (*cp == '-') {
chgflag = noisy = noverify = true;
while ((cp = *argp++)) {
if (*cp == '-') {