# | Line 3400 | Line 3400 | parse_aline(const char *cmd, struct Clie | |
---|---|---|
3400 | ||
3401 | if (reason != NULL) | |
3402 | { | |
3403 | < | if (parc != 0) |
3403 | > | if (parc != 0 && !EmptyString(*parv)) |
3404 | { | |
3405 | *reason = *parv; | |
3406 | if (!valid_comment(source_p, *reason, YES)) |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |