diff --git a/src/hello.cpp b/src/hello.cpp index abe5dc5c6..66fc629bd 100644 --- a/src/hello.cpp +++ b/src/hello.cpp @@ -21,7 +21,7 @@ void hello() { int index = 0; while (1) { char character = ion_getchar(); - if (character == 'X') { + if (character == '.') { input[index] = 0; index = 0; CreateFromString(input);