mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
build 200630. parser include support enhancement
This commit is contained in:
2
uart.cpp
2
uart.cpp
@@ -105,7 +105,7 @@ uart_input::recall_bindings() {
|
||||
{ "value", input_type_t::value } };
|
||||
|
||||
// NOTE: to simplify things we expect one entry per line, and whole entry in one line
|
||||
while( true == bindingparser.getTokens( 1, true, "\n" ) ) {
|
||||
while( true == bindingparser.getTokens( 1, true, "\n\r" ) ) {
|
||||
|
||||
std::string bindingentry;
|
||||
bindingparser >> bindingentry;
|
||||
|
||||
Reference in New Issue
Block a user