Fix a few text mistaked discovered during merge.
This commit is contained in:
@@ -65,7 +65,7 @@ iface_process_configfile(void)
|
||||
iface[iface_count].alias = strdup(config_get_string("Iface", iface_label, 0, iface[iface_count].name));
|
||||
if (iface[iface_count].alias == NULL)
|
||||
/*
|
||||
* make alias the same as the interface name in case #
|
||||
* make alias the same as the interface name in case
|
||||
* strdup() failed
|
||||
*/
|
||||
iface[iface_count].alias = iface[iface_count].name;
|
||||
|
||||
@@ -276,9 +276,10 @@ mem_top_screen(int rep, int display, int *flags_ptr)
|
||||
|
||||
/* frame from (2nd line, left) to (last line, right) */
|
||||
sock_send_string(sock, "widget_add S f frame\n");
|
||||
|
||||
/* scroll rate: 1 line every X ticks (= 1/8 sec) */
|
||||
sock_printf(sock, "widget_set S f 1 2 %i %i %i 5 v %i\n",
|
||||
lcd_wid, lcd_hgt, lcd_wid,
|
||||
/* scroll rate: 1 line every X ticks (= 1/8 sec) */
|
||||
((lcd_hgt >= 4) ? 8 : 12));
|
||||
|
||||
/* frame contents */
|
||||
|
||||
Reference in New Issue
Block a user