Skip to content
Snippets Groups Projects
Commit 036b59f3 authored by Beat Küng's avatar Beat Küng Committed by Lorenz Meier
Browse files

posix main: convert c to a char when extending add_string

parent f241e49e
No related branches found
No related tags found
No related merge requests found
......@@ -638,7 +638,7 @@ int main(int argc, char **argv)
default: // any other input
if (c > 3) {
add_string += c;
add_string += (char)c;
} else {
update_prompt = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment