Skip to content
Snippets Groups Projects
Commit cd3233ce authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Clarify comment

parent 9fb680d5
Branches
Tags
No related merge requests found
......@@ -163,7 +163,7 @@ static int interaction(
} else {
use_default:
/* must be empty */
/* input must be empty */
interact->result = strdup( (dflt && *dflt) ? dflt : "" );
interact->len = interact->result
? strlen( interact->result ) : 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment