mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Fixed strange incomplete code while replace colour attribute in hash
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
3def2733dd
commit
df0ae6ad0c
@ -75,6 +75,7 @@ mc_tty_color_save_attr (int color_pair, int color_attr)
|
||||
return;
|
||||
}
|
||||
|
||||
*key = color_pair;
|
||||
*attr = color_attr;
|
||||
|
||||
g_hash_table_replace (mc_tty_color_color_pair_attrs, (gpointer) key, (gpointer) attr);
|
||||
|
Loading…
Reference in New Issue
Block a user