diff options
author | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 19:18:03 -0500 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 19:18:03 -0500 |
commit | e42eae22bd708a43d678584b31ac9c992374b34d (patch) | |
tree | 1faa7b95096140e3365fe274caec9cacd0de0fce | |
parent | 9241a81f454f8ad98207b7b88c5c0b9ec8852987 (diff) |
re-insert accidentally deleted line
-rw-r--r-- | menus.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1041,7 +1041,6 @@ static void Menu_Move_Pointer(int move_amount) static void Display_Number_on_LCD(int Is_Item_Visible,int LCD_row,int LCD_col,char *start_string,int Show_What, int significant_digits, int width_of_column) { - if (!Is_Item_Visible) { return; } @@ -1196,6 +1195,8 @@ static void Display_Number_on_LCD(int Is_Item_Visible,int LCD_row,int LCD_col,ch strcpy(LCD_string,start_string); } + LCD_write_padded_spaces(LCD_row, LCD_col, LCD_string, width_of_column); + g_free (units); } |