diff --git a/LCDDisplay.cpp b/LCDDisplay.cpp index 6f18938..45dda6d 100644 --- a/LCDDisplay.cpp +++ b/LCDDisplay.cpp @@ -1,5 +1,5 @@ /* - * © 2020, Chris Harlow. All rights reserved. + * © 2021, Chris Harlow, Neil McKechnie. All rights reserved. * * This file is part of CommandStation-EX * @@ -72,20 +72,17 @@ LCDDisplay *LCDDisplay::loop2(bool force) } } } - if (!done) { // Non-blank line found, so copy it. - strncpy(buffer, rowBuffer[rowNext], MAX_LCD_COLS); + for (int i=0; i