История изменений
Исправление tailgunner, (текущая версия) :
stdin.read_line(&mut line);
Read all bytes until a newline byte (the 0xA byte) is reached, and append them to the provided buffer.
Может, в этом дело?
Исходная версия tailgunner, :
stdin.read_line(&mut line);
Read all bytes until a newline byte (the 0xA byte) is reached, and append them to the provided buffer.
Может, в этом дело?